A wrapper around the conf package that provides a strongly-typed interface for accessing the local storage.
conf
Clear the local storage (delete all values).
AbortError if a permission error occurs.
BugError if an unexpected error occurs.
Delete a value from the local storage.
The key to delete.
Get a value from the local storage.
The key to get.
The value.
Set a value in the local storage.
The key to set.
Optional
The value to set.
A wrapper around the
confpackage that provides a strongly-typed interface for accessing the local storage.