Re: [whatwg/fetch] Return a "controller" instance from fetch (#1329)

Commit message:
---

Return a "controller" instance from the fetch algorithm, which allows clients of fetch to perform certain actions on an ongoing fetch, initially to abort or terminate it, and later on to conclude it.

This will eventually remove the need of using `response` as the object that retains `timing info`, as that creates certain ambiguities.

Followup action items:
https://github.com/whatwg/fetch/issues/1412

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

Message ID: <whatwg/fetch/pull/1329/c1066043206@github.com>

Received on Sunday, 13 March 2022 07:25:12 UTC