The IDBIndexSync interface of the IndexedDB API provides synchronous to an index in a database.
The IDBIndexSync interface of the IndexedDB API provides synchronous to an index in 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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close