- From: Marijn Kruisselbrink <notifications@github.com>
- Date: Thu, 15 Feb 2024 17:08:27 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 February 2024 01:08:32 UTC
@mkruisselbrink commented on this pull request. > A [=/service worker=] is said to be <dfn>running</dfn> if its [=event loop=] is running. + A [=/service worker=] has an associated <dfn>ServiceWorkerGlobalScope is ready</dfn>. It is initially unset. I still think the cleanest solution would be to not have the flag at all (and just create a throw-away global scope as needed for the security check logic). Which would avoid anything naming here and around thinking through/verifying that "run service worker" hasn't accidentally changed behavior. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1701#discussion_r1491844183 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1701/review/1884150879@github.com>
Received on Friday, 16 February 2024 01:08:32 UTC