File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,8 @@ following <a for=struct>items</a>: [[RESOURCE-TIMING]] [[NAVIGATION-TIMING]]
353353 <dd> A <a for=/>list</a> of strings.
354354 <dt> <dfn export for="fetch timing info">render-blocking</dfn> (default false)
355355 <dd> A boolean.
356+ <dt> <dfn export for="fetch timing info">http method</dfn> (default: GET)
357+ <dd> A {{ByteString}}
356358</dl>
357359
358360<p> A <dfn export>response body info</dfn> is a <a for=/>struct</a> used to maintain
@@ -4231,7 +4233,9 @@ the response. [[!HTTP-CACHING]]
42314233 <li><p> Let <var> timingInfo</var> be a new <a for=/>fetch timing info</a> whose
42324234 <a for="fetch timing info">start time</a> and
42334235 <a for="fetch timing info">post-redirect start time</a> are the
4234- <a for=/>coarsened shared current time</a> given <var> crossOriginIsolatedCapability</var> , and
4236+ <a for=/>coarsened shared current time</a> given <var> crossOriginIsolatedCapability</var> ,
4237+ <a for="fetch timing info">http method</a> is set to <var> request</var> 's
4238+ <a for=request>method</a> , and
42354239 <a for="fetch timing info">render-blocking</a> is set to <var> request</var> 's
42364240 <a for=request>render-blocking</a> .
42374241
You can’t perform that action at this time.
0 commit comments