[whatwg/fetch] Followup: controller (Issue #1412)

Once https://github.com/whatwg/fetch/pull/1329 is merged, Fetching would return a "controller". To make use of that controller, the following action items need to be resolved:

- [ ] HTML: Use the controller in the HTML spec for aborting/terminating
- [ ] Fetch: Add `finalize` to the controller, to replace the current `finalize and report timing`.
- [ ] HTML (& CSS?): Refactor callers of `finalize and report timing` to use the new fetch controller's `finalize`
- [ ] WPT: Add tests that emphasizes that a resource timing entry is per-fetch and not per-response

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1412
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1412@github.com>

Received on Sunday, 13 March 2022 07:22:03 UTC