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.
(idb-object-store-sync this & args)
Method.
An object for accessing the requested object store.
Method. An object for accessing the requested object store.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close