Liking cljdoc? Tell your friends :D

web.idb.IDBTransactionSync

The IDBTransactionSync interface of the IndexedDB API provides synchronous transaction on a database. When an application creates IDBTransactionSync object, it blocks until the browser is able reserve the require database objects.

The IDBTransactionSync interface of the IndexedDB API provides
synchronous transaction on a database. When an application creates
IDBTransactionSync object, it blocks until the browser is able
reserve the require database objects.
raw docstring

idb-object-store-synccljs

(idb-object-store-sync this & args)

Method.

An object for accessing the requested object store.

Method.

An object for accessing the requested object store.
sourceraw docstring

non-transient-errcljs

(non-transient-err this & args)

Method.

If this transaction has already been committed or aborted.

Method.

If this transaction has already been committed or aborted.
sourceraw docstring

not-found-errcljs

(not-found-err this & args)

Method.

If the requested object store is not in this transaction's scope.

Method.

If the requested object store is not in this transaction's scope.
sourceraw docstring

recoverable-errcljs

(recoverable-err this & args)

Method.

If this transaction's scope is dynamic, and the browser cannot all of the changes due to another transaction.

Method.

If this transaction's scope is dynamic, and the browser cannot
all of the changes due to another transaction.
sourceraw docstring

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

× close