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 retrieved value from the index.
Method. The retrieved value from the index.
(key this & args)Method.
The key that identifies the record to be retrieved.
Method. The key that identifies the record to be retrieved.
(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.
(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.
(value this & args)Method.
The value to store into the index.
Method. The value to store into the index.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |