Name of IndexedDB database to use.
Name of IndexedDB store to use.
Private
Optional
dbPrivate
Readonly
dbName of IndexedDB database to use.
Private
Readonly
storeName of IndexedDB store to use.
Marker to indicate that this object is a RangeQueryable.
Returns if this has started.
Deletes the values with given keys.
Optional
options: AbortOptionsQueries key-value pairs by given criteria.
Optional
options: RangeQueryOptions<K>Gets the list of data identified by given keys.
Optional
options: AbortOptionsChecks if given keys exist in the set.
Optional
options: AbortOptionsQueries keys by given criteria.
Optional
options: RangeQueryOptions<K>Private
openDBPrivate
openSets given list of entries.
Optional
options: AbortOptionsSets or deletes given list of entries.
Optional
options: AbortOptionsQueries values by given criteria.
Optional
options: RangeQueryOptions<K>Generated using TypeDoc
A map that stores data in IndexedDB.