- From: Tyler Johnson <notifications@github.com>
- Date: Thu, 11 Mar 2021 10:42:50 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 March 2021 18:43:02 UTC
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