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 value retrieved from the object store.

Method.

The value retrieved from the object store.
sourceraw docstring

constraint-errcljs

(constraint-err this & args)

Method.

If noOverwrite was true, and a record exists in this index for given key or this index is auto-populated; or if no record exists the given key in the index's referenced object store.

Method.

If noOverwrite was true, and a record exists in this index for
given key or this index is auto-populated; or if no record exists
the given key in the index's referenced object store.
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

index-namecljs

(index-name this & args)

Method.

The name of the existing index to remove.

Method.

The name of the existing index to remove.
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

namecljs

(name this & args)

Method.

The name of a new index.

Method.

The name of a new index.
sourceraw docstring

not-found-errcljs

(not-found-err this & args)

Method.

If no records exist in this index for the requested key range.

Method.

If no records exist in this index for the requested key range.
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

serial-errcljs

(serial-err this & args)

Method.

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

Method.

If the data being stored could not be deserialized by the internal
cloning algorithm.
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