Re: [whatwg/fetch] Add abort reason to abort fetch (PR #1343)

It's not well-defined at the moment, but it's intended to "work". See https://github.com/web-platform-tests/wpt/pull/6484#issuecomment-315775251 for a great explanation by @jakearchibald. There's additional context in #523 and https://github.com/w3c/ServiceWorker/pull/1178. The gist of it is that it is based upon the hand-wavy termination concept and the "aborted flag".

Now, #1329 should improve that setup, but looking at this again it seems that service workers need more attention there. That is, how do we pass the state on to service workers? Perhaps "handle fetch" should get a controller as well?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1343#issuecomment-957631425

Received on Tuesday, 2 November 2021 13:57:29 UTC