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

namecljs

(name this & args)

Method.

The name of a new object store.

Method.

The name of a new object store.
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

store-namecljs

(store-name this & args)

Method.

The name of an existing object store to remove.

Method.

The name of an existing object store to remove.
sourceraw docstring

store-namescljs

(store-names this & args)

Method.

The names of object stores and indexes in the scope of the new

Method.

The names of object stores and indexes in the scope of the new
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

versioncljs

(version this & args)

Method.

The version to store in the database.

Method.

The version to store in the database.
sourceraw docstring

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

× close