You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure, we worked on a project named basil that allows us to abstract the underlying storage and have an unified API to store things. It might be interesting to couple that project with this one to allow where we store the info.
https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage
In a nutshell, the sessionStorage is the same as the localStorage but limited to the session.
It looks more appropriate for form under secure application with user login.
Can an option be added to use sessionStorage instead of localStorage?
The text was updated successfully, but these errors were encountered: