Functions to store and load basic values (strings or numbers), organized into objects:
Root/Some folder/MyValueName
These objects are persisted into the environment localStorage - which might not always be available (if not, objects won't be persisted).
localStorage
Functions to store and load basic values (strings or numbers), organized into objects:
Root/Some folder/MyValueName
), where each segment is separated by a slash.These objects are persisted into the environment
localStorage
- which might not always be available (if not, objects won't be persisted).