Optional
dbName: stringName of the database.
Optional
storeNames: string[]An array of object store names to create in the database. The first store in the array will be used as the default if none is specified.
Private
dbPrivate
Readonly
dbPrivate
initDBPrivate
isPrivate
isPrivate
Readonly
storePrivate
transactionPerforms a transaction on the given object store.
Transaction mode.
The name of the object store.
The operation to perform with the object store.
Deletes an entry by key from the specified object store.
Optional
storeName: stringOptional
storeName: stringCopies all key/value pairs from the source store into a target store.
Name of the target database.
Name of the target object store.
Optional
skipKeys: string[]Keys to skip.
Optional
sourceStoreName: string(Optional) Source store name – defaults to the default store.
Retrieves a value by key from the specified object store. If no store is specified, the default (first in the list) is used.
Optional
storeName: stringOptional
storeName: stringGet the key with the internal prefix
the storage key
Stores a key/value pair in the specified object store.
Optional
storeName: stringOptional
storeName: stringThis event will fire if the storage was modified by someone else, eg. on another tab
The callback to be called when a storage value changes
Static
isGenerated using TypeDoc
Internalapi
The storage used in the SDK