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.
(name this & args)Method.
The name of the requested object store.
Method. The name of 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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |