Skip to content
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

Specify the behavior of CookieStoreManager after ServiceWorkerRegistration has been unregistered #237

Open
szewai opened this issue Aug 15, 2024 · 1 comment

Comments

@szewai
Copy link

szewai commented Aug 15, 2024

If a registration is unregistered, and there is no service worker using the registration, i.e. the registration will not be in use any more and its data might be cleared, should CookieStoreManager methods throw InvalidStateError? It seems it should, because we won't actually update the subscription list and cookie change event will not be fired.

@szewai
Copy link
Author

szewai commented Aug 15, 2024

cc @annevk @RupinMittal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant