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
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.
The text was updated successfully, but these errors were encountered:
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 throwInvalidStateError
? It seems it should, because we won't actually update the subscription list and cookie change event will not be fired.The text was updated successfully, but these errors were encountered: