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

> As I tried to point out, this doesn't prevent "finalize response" from being invoked and running "process response done" again. So you need to early exit for network errors there I think.
> 

I've added a check for the `done` flag which should cover the case of double reporting.

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

Received on Sunday, 3 October 2021 05:09:20 UTC