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
Both the PushManager and PushSubscription API require a service worker registration, as most of the properties are not available on them. However, to do so, we either a) need to register a new service worker in that moment, or b) use the existing service worker registration when running service worker-scoped tests, and overhaul the code to run service workers first and make sure we always load a service worker if we're able to.
The text was updated successfully, but these errors were encountered:
Both the
PushManager
andPushSubscription
API require a service worker registration, as most of the properties are not available on them. However, to do so, we either a) need to register a new service worker in that moment, or b) use the existing service worker registration when running service worker-scoped tests, and overhaul the code to run service workers first and make sure we always load a service worker if we're able to.The text was updated successfully, but these errors were encountered: