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
Check for Run Service Worker failure and disallow starting redundant workers. (#1419)
This cleans up Run Service Worker to block until the worker is running or fails to start. Callsites are updated to check if the worker is running before proceeding. It also disallows starting a redundant worker. postMessage is dropped silently if starting the service worker failed.
Addresses #1146 and #1403.
0 commit comments