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 @@ -289,6 +289,8 @@ following <a for=struct>items</a>: [[RESOURCE-TIMING]] [[NAVIGATION-TIMING]]
289
289
290
290
<dt> <dfn export for="fetch timing info">server-timing headers</dfn> (default « »)
291
291
<dd> A <a for=/>list</a> of strings.
292
+ <dt> <dfn export for="fetch timing info">render-blocking</dfn> (default false)
293
+ <dd> A boolean.
292
294
</dl>
293
295
294
296
<p> A <dfn export>response body info</dfn> is a <a for=/>struct</a> used to maintain
@@ -3888,7 +3890,9 @@ the request.
3888
3890
<li><p> Let <var> timingInfo</var> be a new <a for=/>fetch timing info</a> whose
3889
3891
<a for="fetch timing info">start time</a> and
3890
3892
<a for="fetch timing info">post-redirect start time</a> are the
3891
- <a for=/>coarsened shared current time</a> given <var> crossOriginIsolatedCapability</var> .
3893
+ <a for=/>coarsened shared current time</a> given <var> crossOriginIsolatedCapability</var> , and
3894
+ <a for="fetch timing info">render-blocking</a> is set to <var> request</var> 's
3895
+ <a for=request>render-blocking</a> .
3892
3896
3893
3897
<li><p> Let <var> fetchParams</var> be a new <a for=/>fetch params</a> whose
3894
3898
<a for="fetch params">request</a> is <var> request</var> ,
You can’t perform that action at this time.
0 commit comments