Submission storing to localStorage of browser
'localStore' scheme to read, write and delete localstorage items
The 'localStore' URI scheme can be used to access a certain key in localstorage of the
browser.
This can for instance be used to pass data between several browser tabs or store some user data.
- click 'submit' to store data in localstorage
- Open this page and click the button
to load the data that have been passed via localstorage.
After you've clicked 'submit' the data will survive page reloads or even closing the browser.
Methods
- get - read data with key
- consume - read and delete data with key
- post - write data with key
- delete - delete data with key
Foo is {instance('second')/bar} and bar is {instance('second')/another}