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 key for the stored record.

Method.

The key for the stored record.
sourceraw docstring

constraint-errcljs

(constraint-err this & args)

Method.

If a record exists in this index with a key corresponding to key parameter or the index is auto-populated, or if no record with a key corresponding to the value parameter in the index's object store.

Method.

If a record exists in this index with a key corresponding to
key parameter or the index is auto-populated, or if no record
with a key corresponding to the value parameter in the index's
object store.
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

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

× close