File tree 1 file changed +5
-1
lines changed
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]]
353
353
<dd> A <a for=/>list</a> of strings.
354
354
<dt> <dfn export for="fetch timing info">render-blocking</dfn> (default false)
355
355
<dd> A boolean.
356
+ <dt> <dfn export for="fetch timing info">http method</dfn> (default: GET)
357
+ <dd> A {{ByteString}}
356
358
</dl>
357
359
358
360
<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]]
4231
4233
<li><p> Let <var> timingInfo</var> be a new <a for=/>fetch timing info</a> whose
4232
4234
<a for="fetch timing info">start time</a> and
4233
4235
<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
4235
4239
<a for="fetch timing info">render-blocking</a> is set to <var> request</var> 's
4236
4240
<a for=request>render-blocking</a> .
4237
4241
You can’t perform that action at this time.
0 commit comments