The IDBObjectStoreSync interface of the IndexedDB API provides access to an object store of a database.
The IDBObjectStoreSync interface of the IndexedDB API provides access to an object store of a database.
(any this & args)
Method.
The key for the stored record.
Method. The key for the stored record.
(constraint-err this & args)
Method.
If a record exists in this index with a key corresponding to key parameter or the index is auto-populated, or if no record with a key corresponding to the value parameter in the index's object store.
Method. If a record exists in this index with a key corresponding to key parameter or the index is auto-populated, or if no record with a key corresponding to the value parameter in the index's object store.
(data-err this & args)
Method.
If this object store uses out-of-line keys, and the key parameter not passed.
Method. If this object store uses out-of-line keys, and the key parameter not passed.
(idb-index-sync this & args)
Method.
An object to access the newly created index.
Method. An object to access the newly created index.
(not-found-err this & args)
Method.
If no record exists in this index for the given key.
Method. If no record exists in this index for the given key.
(serial-err this & args)
Method.
If the data being stored could not be serialized by the internal cloning algorithm.
Method. If the data being stored could not be serialized by the internal cloning algorithm.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close