- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Tue, 13 Feb 2024 19:45:53 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 February 2024 03:45:59 UTC
@yoshisatoyanagisawa commented on this pull request. > - Note: This algorithm blocks until the service worker is [=running=] or fails to start. + Note: This algorithm returns true if |serviceWorker| has a {{ServiceWorkerGlobalScope}} usable for a CSP check. I was not sure if {{ServiceWorkerGlobalScope}} may exist outside of service worker agent. That is why I created it and attached it. If we create {{ServiceWorkerGlobalScope}} every time, it should technically be independent {{ServiceWorkerGlobalScope}} from what is used for running the fetch handler. Is it fine to do in the spec? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1701#discussion_r1488850054 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1701/review/1879313511@github.com>
Received on Wednesday, 14 February 2024 03:45:59 UTC