Re: [whatwg/fetch] New Resource Timing issues (#1201)

In "fetch finale" we attach the timing info to the response. Intermediate redirect responses don't get that, so their `timing info` is null, and gets discarded when the `fetch params` are gone, so `report and finalize` will be a noop.

But I do see what you're saying, that `responseDone` is reported for intermediate responses - it should only be reported for responses with an attached `timing info` (we can make that more explicit with a flag)
 

-- 
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/issues/1201#issuecomment-807034221

Received on Thursday, 25 March 2021 16:19:39 UTC