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
Register another SW for /a/b. Now d is still controlled by /a but the 'matching registration for scope' will be '/a/b'
Register another SW for '/a/b/c'. This SW calls claim() in onactivate.
At this point, we should first run Handle Service Worker Client Unload steps with the client, then change the client's active worker. The former is not being done right now.