- From: youennf <notifications@github.com>
- Date: Wed, 30 Mar 2022 23:03:08 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 31 March 2022 06:03:20 UTC
Step 4 of the navigate algorithm: `If this's associated service worker client's active service worker is not this's relevant global object’s service worker, return a promise rejected with a TypeError.` This step is done synchronously in the service worker's thread. I would expect this check to be done within a 'run in parallel' block since it is difficult to know from a service worker whether a client is controlled or not. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/1638 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/issues/1638@github.com>
Received on Thursday, 31 March 2022 06:03:20 UTC