Deletes the value stored for the given key.
If there was a value to delete.
An iterable of entries in the storage.
Returns the value stored for the given identifier.
undefined
if no value is stored.
Checks if there is a value stored for the given key.
Sets the value for the given key.
The storage.
A KeyValueStorage which uses a JavaScript Map for internal storage.