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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close