Optional dbName: stringOptional storeName: stringPrivate dbPrivate Readonly dbPrivate initDBPrivate isPrivate isPrivate Readonly storePrivate transactionDelete a key from storage
The storage key
it copies over all key value pairs from a source store into a target one
the name of the target DB
the name of the target store
Optional skipKeys: string[]all the keys to ignore
Gets a value from storage and returns it
The storage key
Get the key with the internal prefix
the storage key
Sets a value in the storage and persist it
The storage key
The value to be persisted
This 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