- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Tue, 21 Feb 2023 18:05:52 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 February 2023 02:06:05 UTC
@yoshisatoyanagisawa commented on this pull request. > @@ -3130,6 +3179,17 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. Return |response|. </section> + <section algorithm> + <h3 id="skippable-fetch-handler-algorithm"><dfn>Skippable Fetch Handler</dfn></h3> + : Input + :: |serviceWorker|, a [=/service worker=] + : Output + :: a boolean + + 1. If |serviceWorker| has [=all fetch listeners are empty flag=] and set, then the user agent *may* return true. Sure. I have moved the part to "Empty Fetch Handler Identification" algorithm. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1672#discussion_r1113750898 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1672/review/1308414364@github.com>
Received on Wednesday, 22 February 2023 02:06:05 UTC