Liking cljdoc? Tell your friends :D

web.idb.IDBObjectStoreSync

The IDBObjectStoreSync interface of the IndexedDB API provides access to an object store of a database.

The IDBObjectStoreSync interface of the IndexedDB API provides
access to an object store of 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

data-errcljs

(data-err this & args)

Method.

If this object store uses out-of-line keys, and the key parameter not passed.

Method.

If this object store uses out-of-line keys, and the key parameter
not passed.
sourceraw docstring

idb-index-synccljs

(idb-index-sync this & args)

Method.

An object to access the newly created index.

Method.

An object to access the newly created index.
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

serial-errcljs

(serial-err this & args)

Method.

If the data being stored could not be serialized by the internal cloning algorithm.

Method.

If the data being stored could not be serialized by the internal
cloning algorithm.
sourceraw docstring

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

× close