- From: Noam Rosenthal <notifications@github.com>
- Date: Sat, 12 Mar 2022 23:21:51 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 13 March 2022 07:22:03 UTC
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