Deletes the value stored for the given key.
Key to delete.
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 whether there is a value stored for the given key.
Sets the value for the given key.
The storage.
A simple storage solution that can be used for internal values that need to be stored. To prevent potential issues, keys should be urlencoded before calling the storage.