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

closecljs

Event.

The close event is fired on IDBDatabase when the database connection unexpectedly closed. This could happen, for example, if the underlying is removed or if the user clears the database in the browser's preferences.

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

Event.

The close event is fired on IDBDatabase when the database connection
unexpectedly closed. This could happen, for example, if the underlying
is removed or if the user clears the database in the browser's
preferences.

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

errorcljs

Event.

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

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

Event.

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

See also: `https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/error_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