Imitation of the localStorage.
Reads the value from the storage. Implementation may use backend as a storage due to the fact that the function returns a promise.
value
key to access the value.
Removes the value from the storage. Implementation may use backend as a storage due to the fact that the function returns a promise.
Saves the value to the storage. Value can be accessed later by the key. Implementation may use backend as a storage due to the fact that the function returns a promise.
key
key to access to the value later.
value to save.
Generated using TypeDoc
Imitation of the localStorage.