Add http method to fetch timing info#1632
Conversation
This change will allow for the addition of the http method to the resource-timing spec Explainer: https://github.com/rt-explainer Associated resource-timing PR: w3c/resource-timing#375
| <a for="fetch timing info">post-redirect start time</a> are the | ||
| <a for=/>coarsened shared current time</a> given <var>crossOriginIsolatedCapability</var>, and | ||
| <a for=/>coarsened shared current time</a> given <var>crossOriginIsolatedCapability</var>, | ||
| <a for="fetch timing info">http method</a> is set to <var>request</var>'s |
There was a problem hiding this comment.
If we don't need the method info to be hidden when opaque, you may also want to add it to https://fetch.spec.whatwg.org/#create-an-opaque-timing-info.
^^ @noamr for thoughts
|
The explainer link is a 404. Is it https://github.com/sohomdatta1/rt-explainer? I think this should be called Also, a method can change due to redirects, but this won't pick that up. |
That is the correct link, I have updated the description
Can you point me to which cases the redirect would change the method being used? |
This change will allow for the addition of the http method to the resource-timing spec
Explainer: https://github.com/sohomdatta1/rt-explainer
Associated resource-timing PR: w3c/resource-timing#375
(See WHATWG Working Mode: Changes for more details.)
Preview | Diff