w3c / resource-timing

Resource Timing
https://w3c.github.io/resource-timing/
Other
119 stars 35 forks source link

Use `response body info` instead of `timing info` for body sizes #321

Closed noamr closed 2 years ago

noamr commented 2 years ago

As part of https://github.com/whatwg/fetch/pull/1413

Those numbers are per-response and not per-fetch, so they need to be treated separately.


Preview | Diff

yoavweiss commented 2 years ago

@noamr - Can you take a look to see why the bots are unhappy?

noamr commented 2 years ago

@noamr - Can you take a look to see why the bots are unhappy?

The fetch PR needs to be merged first

yoavweiss commented 2 years ago

Still LGTM

noamr commented 2 years ago

Still LGTM

Thanks, waiting for XREF to be updated before merging