js.html.idb
.. | |
---|---|
Cursor | The |
CursorDirection | |
CursorWithValue | Documentation IDBCursorWithValue by Mozilla Contributors, licensed under CC-BY-SA 2.5. |
Database | Inherits from: EventTarget |
Factory | In the following code snippet, we make a request to open a database, and include handlers for the success and error cases. For a full working example, see our To-do Notifications app (view example live.) |
FileHandle | |
FileMetadataParameters | |
FileRequest | |
Index |
|
IndexParameters | |
KeyRange | A key range can be a single value or a range with upper and lower bounds or endpoints. If the key range has both upper and lower bounds, then it is bounded; if it has no bounds, it is unbounded. A bounded key range can either be open (the endpoints are excluded) or closed (the endpoints are included). To retrieve all keys within a certain range, you can use the following code constructs: |
MutableFile | The |
ObjectStore | This example shows a variety of different uses of object stores, from updating the data structure with |
ObjectStoreParameters | |
OpenDBOptions | |
OpenDBRequest | No methods, but inherits methods from its parents |
Request | The request object does not initially contain any information about the result of the operation, but once information becomes available, an event is fired on the request, and the information becomes available through the properties of the |
RequestReadyState | |
Transaction | Note that as of Firefox 40, IndexedDB transactions have relaxed durability guarantees to increase performance (see bug 1112702.) Previously in a |
TransactionMode | |
VersionChangeEvent | The |
VersionChangeEventInit |