Skip to content

Commit 9bb2ded

Browse files
authored
Add render-blocking boolean to fetch timing info
This supports the addition of a render blocking status field to PerformanceResourceTiming. Further details are available at w3c/resource-timing#327.
1 parent 5eb16b6 commit 9bb2ded

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

fetch.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ following <a for=struct>items</a>: [[RESOURCE-TIMING]] [[NAVIGATION-TIMING]]
289289

290290
<dt><dfn export for="fetch timing info">server-timing headers</dfn> (default « »)
291291
<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.
292294
</dl>
293295

294296
<p>A <dfn export>response body info</dfn> is a <a for=/>struct</a> used to maintain
@@ -3888,7 +3890,9 @@ the request.
38883890
<li><p>Let <var>timingInfo</var> be a new <a for=/>fetch timing info</a> whose
38893891
<a for="fetch timing info">start time</a> and
38903892
<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>.
38923896

38933897
<li><p>Let <var>fetchParams</var> be a new <a for=/>fetch params</a> whose
38943898
<a for="fetch params">request</a> is <var>request</var>,

0 commit comments

Comments
 (0)