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
(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 is a website building & hosting documentation for Clojure/Script libraries
× close