brianleroux/lawnchair

Use session storage

Closed this issue · 2 comments

How do I make lawnchair use sessionstorage instead of localstorage?

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

You would need to write an adapter to do this. A copy/paste of localstorage one and a few mods would do the trick.