Liking cljdoc? Tell your friends :D
ClojureScript only.

web.storage.IDBTransaction.ev

IDBTransaction Events.

IDBTransaction Events.
raw docstring

abortcljs

Event.

The abort event is fired when an IndexedDB transaction is aborted.

See also: https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/abort_event

Event.

The abort event is fired when an IndexedDB transaction is aborted.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/abort_event`
sourceraw docstring

completecljs

Event.

The complete handler is executed when a transaction successfully

See also: https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/complete_event

Event.

The complete handler is executed when a transaction successfully

See also: `https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/complete_event`
sourceraw docstring

errorcljs

Event.

The error event is fired on IDBTransaction when a request returns error and the event bubbles up to the transaction object.

See also: https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/error_event

Event.

The error event is fired on IDBTransaction when a request returns
error and the event bubbles up to the transaction object.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/IDBTransaction/error_event`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close