ReadonlydeleteDelete a specific value by key.
ReadonlygetGets a specific value by key. This will return undefined if the
ReadonlylistenListen to changes on the specific key. The callback's parameter will be undefined if the
value has been deleted.
Protected ReadonlyoptionsReadonlysetSet a specific value by key.
Protected ReadonlyshapesReadonlystoreThe type for all values. Cannot be accessed as a value at runtime, only meant to be used as a type.
The type for each value. Cannot be accessed as a value at runtime, only meant to be used as a type.
Clear all values.
Cleanup the client and free-up resources.
Get all current values. Any values that have not been set or that are invalid will not be present.
Listen to .set calls.
A callback to remove the attached listener.
An interface for storing values into the LocalStorage API with type safety. Note that only JSON compatible data can be stored.