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
Unclear what ServiceWorker.startWorker does and what scopeURL string is expected to be.
What is the expected result?
A clear explanation of what ServiceWorker.startWorker does and whatscopeURL string is expected to be.
What happens instead of that?
I get the impression that I can start a ServiceWorker for any target. However, I have no idea how scopeURL string is fetched. Can we use a Blob URL, file: protocol, data URL to start (and control) a ServiceWorker attached to arbitrary target(s)?
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
ServiceWorker.startWorker
does and whatscopeURL string
is expected to be.What is the expected result?
A clear explanation of what
ServiceWorker.startWorker
does and whatscopeURL string
is expected to be.What happens instead of that?
I get the impression that I can start a
ServiceWorker
for any target. However, I have no idea howscopeURL string
is fetched. Can we use a Blob URL,file:
protocol, data URL to start (and control) aServiceWorker
attached to arbitrary target(s)?The text was updated successfully, but these errors were encountered: