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 value retrieved from the object store.
Method. The value retrieved from the object store.
(constraint-err this & args)
Method.
If noOverwrite was true, and a record exists in this index for given key or this index is auto-populated; or if no record exists the given key in the index's referenced object store.
Method. If noOverwrite was true, and a record exists in this index for given key or this index is auto-populated; or if no record exists the given key in the index's referenced object store.
(idb-index-sync this & args)
Method.
An object to access the newly created index.
Method. An object to access the newly created index.
(index-name this & args)
Method.
The name of the existing index to remove.
Method. The name of the existing index to remove.
(key this & args)
Method.
The key that identifies the record to be retrieved.
Method. The key that identifies the record to be retrieved.
(name this & args)
Method.
The name of a new index.
Method. The name of a new index.
(not-found-err this & args)
Method.
If no records exist in this index for the requested key range.
Method. If no records exist in this index for the requested key range.
(range this & args)
Method.
The key range to use as the cursor's range.
Method. The key range to use as the cursor's range.
(serial-err this & args)
Method.
If the data being stored could not be deserialized by the internal cloning algorithm.
Method. If the data being stored could not be deserialized by the internal cloning algorithm.
(value this & args)
Method.
The value to store into the index.
Method. The value to store into the index.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close