| Interface | Description |
|---|---|
| IDBCursorSource | |
| IDBDatabaseInfo | |
| IDBDatabaseInfo.Builder | |
| IDBIndexParameters | |
| IDBIndexParameters.Builder | |
| IDBObjectStoreParameters | |
| IDBObjectStoreParameters.Builder | |
| IDBRequestSource | |
| IDBTransactionOptions | |
| IDBTransactionOptions.Builder | |
| IDBVersionChangeEventHandler |
Handle events of type IDBVersionChangeEvent
|
| IDBVersionChangeEventInit | |
| IDBVersionChangeEventInit.Builder | |
| IDBVersionChangeEventListener |
Listener for events of type IDBVersionChangeEvent
|
| Class | Description |
|---|---|
| IDBCursor |
The IDBCursor interface of the IndexedDB API represents a cursor for traversing or iterating over multiple records in a database.
|
| IDBCursorDirection.Util | |
| IDBCursorWithValue |
The IDBCursorWithValue interface of the IndexedDB API represents a cursor for traversing or iterating over multiple records in a database.
|
| IDBDatabase |
The IDBDatabase interface of the IndexedDB API provides a connection to a database; you can use an IDBDatabase object to open a transaction on your database then create, manipulate, and delete objects (data) in that database.
|
| IDBFactory |
The IDBFactory interface of the IndexedDB API lets applications asynchronously access the indexed databases.
|
| IDBIndex |
IDBIndex interface of the IndexedDB API provides asynchronous access to an index in a database.
|
| IDBKeyRange |
The IDBKeyRange interface of the IndexedDB API represents a continuous interval over some data type that is used for keys.
|
| IDBObjectStore |
The IDBObjectStore interface of the IndexedDB API represents an object store in a database.
|
| IDBOpenDBRequest |
The IDBOpenDBRequest interface of the IndexedDB API provides access to the results of requests to open or delete databases (performed using IDBFactory.open and IDBFactory.deleteDatabase), using specific event handler attributes.
|
| IDBRequest |
The IDBRequest interface of the IndexedDB API provides access to results of asynchronous requests to databases and database objects using event handler attributes.
|
| IDBRequestReadyState.Util | |
| IDBTransaction |
The IDBTransaction interface of the IndexedDB API provides a static, asynchronous transaction on a database using event handler attributes.
|
| IDBTransactionDurability.Util | |
| IDBTransactionMode.Util | |
| IDBVersionChangeEvent |
The IDBVersionChangeEvent interface of the IndexedDB API indicates that the version of the database has changed, as the result of an IDBOpenDBRequest.onupgradeneeded event handler function.
|
| Annotation Type | Description |
|---|---|
| IDBCursorDirection | |
| IDBRequestReadyState | |
| IDBTransactionDurability | |
| IDBTransactionMode |