The IDBCursorSync interface of the IndexedDB API represents a for iterating over multiple records in a database. You can have one instance of IDBCursorSync representing a cursor, but you have an unlimited number of cursors at the same time. Operations performed on the underlying index or object store. It enables application to synchronously process all the records in the cursor's
The IDBCursorSync interface of the IndexedDB API represents a for iterating over multiple records in a database. You can have one instance of IDBCursorSync representing a cursor, but you have an unlimited number of cursors at the same time. Operations performed on the underlying index or object store. It enables application to synchronously process all the records in the cursor's
IDBCursorSync Events.
IDBCursorSync Events.
The DatabaseSync interface in the IndexedDB API represents a connection to a database.
The DatabaseSync interface in the IndexedDB API represents a connection to a database.
IDBDatabaseSync Events.
IDBDatabaseSync Events.
The Unimplemented IDBEnvironmentSync interface of the IndexedDB will be implemented by worker objects.
The Unimplemented IDBEnvironmentSync interface of the IndexedDB will be implemented by worker objects.
No vars found in this namespace.
IDBEnvironmentSync Events.
IDBEnvironmentSync Events.
The IDBFactorySync interface of the IndexedDB API provide a synchronous of accessing the capabilities of indexed databases.
The IDBFactorySync interface of the IndexedDB API provide a synchronous of accessing the capabilities of indexed databases.
IDBFactorySync Events.
IDBFactorySync Events.
The IDBIndexSync interface of the IndexedDB API provides synchronous to an index in a database.
The IDBIndexSync interface of the IndexedDB API provides synchronous to an index in a database.
IDBIndexSync Events.
IDBIndexSync Events.
This example shows a variety of different uses of object stores,
updating the data structure with IDBObjectStore.createIndex
an onupgradeneeded function, to adding a new item to our object
with IDBObjectStore.add
. For a full working example, see our
Notifications app (view example live.)
This example shows a variety of different uses of object stores, updating the data structure with `IDBObjectStore.createIndex` an onupgradeneeded function, to adding a new item to our object with `IDBObjectStore.add`. For a full working example, see our Notifications app (view example live.)
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.
IDBObjectStoreSync Events.
IDBObjectStoreSync Events.
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.
IDBTransactionSync Events.
IDBTransactionSync Events.
The IDBVersionChangeRequest interface the IndexedDB API represents request to change the version of a database. It is used only the setVersion() method of IDBDatabase.
The IDBVersionChangeRequest interface the IndexedDB API represents request to change the version of a database. It is used only the setVersion() method of IDBDatabase.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close