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
Would be kind of convenient to have a pointer to a ServiceWorker's corresponding ServiceWorkerRegistration instance. Or is it too problematic that you can then get to it synchronously from the controller?
The text was updated successfully, but these errors were encountered:
Even if its async, it would be nice to conclusively get the registration managing the ServiceWorker object. Currently things like getRegistration() could conceivably give you a different registration.
Would be kind of convenient to have a pointer to a
ServiceWorker
's correspondingServiceWorkerRegistration
instance. Or is it too problematic that you can then get to it synchronously from the controller?The text was updated successfully, but these errors were encountered: