Liking cljdoc? Tell your friends :D

web.idb.core

web.idb interfaces.

web.idb interfaces.
raw docstring

No vars found in this namespace.

web.idb.IDBCursorSync

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
raw docstring

web.idb.IDBDatabaseSync

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.
raw docstring

web.idb.IDBEnvironmentSync

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.
raw docstring

No vars found in this namespace.

web.idb.IDBFactorySync

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.
raw docstring

web.idb.IDBIndexSync

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.
raw docstring

web.idb.IDBObjectStore

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.)
raw docstring

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

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

web.idb.IDBVersionChangeRequest

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.
raw docstring

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

× close