The IDBCursorSync interface of the IndexedDB API represents a for iterating over multiple records in a database. You can have one instance of IDBCursorSync representing a cursor, but you have an unlimited number of cursors at the same time. Operations performed on the underlying index or object store. It enables application to synchronously process all the records in the cursor's
The IDBCursorSync interface of the IndexedDB API represents a for iterating over multiple records in a database. You can have one instance of IDBCursorSync representing a cursor, but you have an unlimited number of cursors at the same time. Operations performed on the underlying index or object store. It enables application to synchronously process all the records in the cursor's
(key this & args)
Method.
The key to which to move the cursor's position.
Method. The key to which to move the cursor's position.
(not-allowed-err this & args)
Method.
If the underlying index or object store does not support updating record because it is open in the READ_ONLY or SNAPSHOT_READ mode.
Method. If the underlying index or object store does not support updating record because it is open in the READ_ONLY or SNAPSHOT_READ mode.
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 |