Use session storage
Closed this issue · 2 comments
tekumara commented
How do I make lawnchair use sessionstorage instead of localstorage?
MarkMYoung commented
I guess you could copy-n-paste the 'dom' adapter (~150 lines), rename it to something like 'session', then change the first line to
var storage = window.sessionStorage
brianleroux commented
You would need to write an adapter to do this. A copy/paste of localstorage one and a few mods would do the trick.