We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cookies are lost if the service worker is refreshed or gets reconstructed.
I wonder if the cookies map should be dumped to /config/init.json like settings and env. That way they can persist through refreshes.
cookies
/config/init.json
settings
env
I've tried an approach using a Map store stores into IndexDB, but having some bugs
The text was updated successfully, but these errors were encountered:
@mglaman This one will be interesting to fix. I'll have to think about exactly what the right way to do this is.
Sorry, something went wrong.
No branches or pull requests
Cookies are lost if the service worker is refreshed or gets reconstructed.
I wonder if the
cookies
map should be dumped to/config/init.json
likesettings
andenv
. That way they can persist through refreshes.I've tried an approach using a Map store stores into IndexDB, but having some bugs
The text was updated successfully, but these errors were encountered: