Liking cljdoc? Tell your friends :D
ClojureScript only.

web.idb.IDBCursorSync

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
raw docstring

keycljs

(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.
raw docstring

not-allowed-errcljs

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close