Re: [whatwg/fetch] Attach timing info and URL to network errors, and report for fetch API (#1311)

> * Finalize response is called too soon in fetch finale. The other callbacks need to happen first.

It's there on purpose. I want to make sure `processResposeDone` is always called before the other ones for network errors, so that reporting etc. would happen before any `onerror` events.

-- 
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/1311#issuecomment-936719042

Received on Wednesday, 6 October 2021 17:14:04 UTC