-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add http method to fetch timing info #1632
base: main
Are you sure you want to change the base?
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
@@ -4231,7 +4233,9 @@ the response. [[!HTTP-CACHING]] | |||
<li><p>Let <var>timingInfo</var> be a new <a for=/>fetch timing info</a> whose | |||
<a for="fetch timing info">start time</a> and | |||
<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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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