Liking cljdoc? Tell your friends :D
ClojureScript only.

web.storage.IDBDatabase.ev

IDBDatabase Events.

IDBDatabase Events.
raw docstring

abortcljs

Event.

The abort event is fired on IDBDatabase when a transaction is and bubbles up to the connection object.

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

Event.

The abort event is fired on IDBDatabase when a transaction is
and bubbles up to the connection object.

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

versionchangecljs

Event.

The versionchange event is fired when a database structure change event or IDBFactory.deleteDatabase) was requested.

See also: https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/versionchange_event

Event.

The versionchange event is fired when a database structure change
event or IDBFactory.deleteDatabase) was requested.

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

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

× close