Re: [w3c/ServiceWorker] ServiceWorkerContainer: Web Workers and Service Workers (#1552)

This prevents registration related features from being used within a DedicatedWorker, but it isn't preventing a registered ServiceWorker from intercepting fetch requests initiated by a DedicatedWorker, is it?

 I'm registering a ServiceWorker served from path S from a Window on path A, then launching a `new Worker()` served from the same path S that the ServiceWorker is comes from, but the DedicatedWorker's fetch requests aren't being intercepted.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1552#issuecomment-796957742

Received on Thursday, 11 March 2021 18:43:02 UTC