- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 25 Mar 2021 09:19:27 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 March 2021 16:19:39 UTC
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