This object storing and retrieving configuration from HTML5 local storage.
new (require("config/localStorage"))()
- Source:
- Source:
Methods
-
read()
-
Reads the config out of the HTML5 local storage and initializes the object config. if config is null the default config will be used
- Source:
-
write()
-
Writes the config to HTML5 local storage
- Source: