Re: [whatwg/fetch] Add http method to fetch timing info (PR #1632)

@yoavweiss commented on this pull request.



> @@ -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

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

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1632#pullrequestreview-1388179814
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1632/review/1388179814@github.com>

Received on Monday, 17 April 2023 14:10:56 UTC