Local DB
Using osl you can interface with Local Storage, a browser feature that allows the website to set a key locally to a value. If you do plan to store any important information in local storage, use a unique name so that its not able to be guessed by other applications.
Set a key
Get a key
Delete a key
Last updated