-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
save and restore session #50
Comments
Are you thinking of some way to store an |
Yes @tomayac! Say it is a webapp that needs to maintain the session/state on consecutive visits. |
This is an interesting feature request that makes sense to me. Thumbs-up reactions, or detailed comments explaining how this would benefit specific apps you are building, are appreciated to help prioritize. I filed #51 as well, which overlaps. #51 is basically more powerful than this feature request, so maybe it is higher priority. But this version is theoretically more performant, since the browser would take care of all the serializing and deserializing behind the scenes. |
Thanks @domenic!
|
It would be beneficial to have APIs that facilitate saving and restoring sessions for multiple use cases where we need the context to be preserved across sessions.
The text was updated successfully, but these errors were encountered: