- From: Jungkee Song <notifications@github.com>
- Date: Wed, 11 Oct 2017 08:51:29 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 October 2017 08:51:52 UTC
jungkees commented on this pull request. > 1. If |r|'s [=request/url=]'s [=url/scheme=] is not one of "<code>http</code>" and "<code>https</code>", then: - 1. [=fetch/Terminate=] all the ongoing <a>fetches</a> initiated by |requests| with reason *fatal*. + 1. [=fetch/Terminate=] all the ongoing [=fetches=] initiated by |requests| with reason *fatal*. 1. Break the loop. Currently, the loop breaks there, but the already-created promises of the ongoing fetches will be handled by the rejection handler of the aggregate promise for them. Is it better/okay to just return a rejected promise at that point without handling those ongoing promise tasks? -- 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/pull/1190#discussion_r143947916
Received on Wednesday, 11 October 2017 08:51:52 UTC