The stored object
The localStorage key to store the stringified object in
The default values if the object is not stored
Config options
Set multiple individual keys in localStorage with one object
The stored object
The defaults values if they are undefined
Config options
Generated using TypeDoc
Store a stringified JSON object in localStorage. This method can use any type that can be serialized. The object stored in localStorage is not checked for validity by default, but you can pass an argument with your own function to do so