IDBPObjectStore
§Type Parameters
§Properties
Add a value to the store.
Rejects if an item of a given key already exists in the store.
Creates a new index in store.
Throws an "InvalidStateError" DOMException if not called within an upgrade transaction.
The names of indexes in the store.
Put an item in the store.
Replaces any item with the same key.
The associated transaction.
§Methods
Iterate over the store.
Retrieves the value of the first record matching the query.
Resolves with undefined if no match is found.
Retrieves all values that match the query.
Maximum number of values to return.
Get a query of a given name.
Iterate over the records matching the query.
If null, all records match.
Opens a cursor over the records matching the query.
Resolves with null if no matches are found.
If null, all records match.
Opens a cursor over the keys matching the query.
Resolves with null if no matches are found.
If null, all records match.