Liking cljdoc? Tell your friends :D

web.idb.IDBDatabaseSync

The DatabaseSync interface in the IndexedDB API represents a connection to a database.

The DatabaseSync interface in the IndexedDB API represents a
connection to a database.
raw docstring

constraint-errcljs

(constraint-err this & args)

Method.

If an object store with the same name (based on case-sensitive already exists in the connected database.

Method.

If an object store with the same name (based on case-sensitive
already exists in the connected database.
sourceraw docstring

idb-object-store-synccljs

(idb-object-store-sync this & args)

Method.

An object to access the newly created object store.

Method.

An object to access the newly created object store.
sourceraw docstring

idb-transaction-synccljs

(idb-transaction-sync this & args)

Method.

An object to access the newly created transaction.

Method.

An object to access the newly created transaction.
sourceraw docstring

not-found-errcljs

(not-found-err this & args)

Method.

If an object store with the given name (based on case-sensitive already exists in the connected database.

Method.

If an object store with the given name (based on case-sensitive
already exists in the connected database.
sourceraw docstring

timeout-errcljs

(timeout-err this & args)

Method.

If reserving all the database objects identified in storeNames longer than the timeout interval.

Method.

If reserving all the database objects identified in storeNames
longer than the timeout interval.
sourceraw docstring

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

× close