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.
(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.
(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.
(idb-transaction-sync this & args)
Method.
An object to access the newly created transaction.
Method. An object to access the newly created transaction.
(name this & args)
Method.
The name of a new object store.
Method. The name of a new object store.
(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.
(store-name this & args)
Method.
The name of an existing object store to remove.
Method. The name of an existing object store to remove.
(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
(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.
(version this & args)
Method.
The version to store in the database.
Method. The version to store in the database.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close