Re: [whatwg/fetch] A resource timing entry is not created if the end of a non-null response body is not reached and there is no consume body steps (Issue #1813)

noamr left a comment (whatwg/fetch#1813)

One thing we can do here is create the resource timing entry at handover, and add it to the buffer (accessible via `getEntriesByType`, but set its final info (encoded/decoded size, end time) and queue it to observers only when its body is complete. This is what we do for navigation timing entries. Not sure if this helps with your use case @Lubrsi? 

/cc @yoavweiss 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1813#issuecomment-2789435648
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1813/2789435648@github.com>

Received on Wednesday, 9 April 2025 11:51:44 UTC