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

> > We don't know that progressResponseDone is only used for reporting and callers might well rely on the order; it also seems wrongish for it to happen before the error event as that would be a new timing channel.
> 
> In any case, setting the URL list and timing info for the error response should be done before calling the other callbacks, in case they do the reporting, so I should split this condition into two.

Fixed in new PR, @annevk 

-- 
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-936741604

Received on Wednesday, 6 October 2021 17:26:48 UTC