Returns an initialized Variable based on the data type.
The serialized data.
Retrieves a preference from local storage.
The key of the preference to retrieve.
Returns the preference object.
Retrieves the raw JSON data from local storage.
The json data from local storage.
Retrieves the raw JSON preferences from local storage.
The preferences from local storage.
Retrieves a single Variable from local storage.
The key if the Variable to retrieve.
Saves a preference to local storage.
The preference key.
The preference value.
Saves the raw JSON data to local storage.
The serialized data to save.
Saves the raw JSON preferences to local storage.
The serialized preferences to save.
Saves a Variable to local storage.
The variable to save.
Generated using TypeDoc
A class that provides utilities to interact with browser local storage.