w3c / resource-timing

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

Add response status code to PerfomanceResourceTiming #335

Closed abinpaul1 closed 1 year ago

abinpaul1 commented 1 year ago

Introducing HTTP response status code. (https://github.com/w3c/resource-timing/issues/90) Fetch changes : https://github.com/whatwg/fetch/pull/1468

Explainer : https://github.com/abinpaul1/resource-timing/blob/explainer-resource-response-status/Explainers/Response_Status_Code.md


Preview | Diff

martinthomson commented 1 year ago

I don't know if this is the place you want this feedback, but please see https://github.com/mozilla/standards-positions/issues/665#issuecomment-1183823696 for comments on the use of TAO here.

yoavweiss commented 1 year ago

@martinthomson - Thanks for the valuable feedback. @abinpaul1 modified the PR to address it.