When invoked, will empty all keys out of the storage.
When passed a key name
, will return that key's value.
When passed a key name
, will remove that key from the storage.
The setItem() method of the StorageBackend
interface,
when passed a key name and value, will add that key to the storage,
or update that key's value if it already exists.
Generated using TypeDoc
Asynchronous storage APIs. All methods return a
Promise
. All methods take theDOMString
IDL type (as it is the lowest common denominator).