Liking cljdoc? Tell your friends :D

web.idb.IDBIndexSync

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

anycljs

(any this & args)

Method.

The retrieved value from the index.

Method.

The retrieved value from the index.
sourceraw docstring

keycljs

(key this & args)

Method.

The key that identifies the record to be retrieved.

Method.

The key that identifies the record to be retrieved.
sourceraw docstring

not-found-errcljs

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

rangecljs

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

valuecljs

(value this & args)

Method.

The value to store into the index.

Method.

The value to store into the index.
sourceraw docstring

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

× close