Skip to content

Commit 80c38ca

Browse files
authored
Add a render-blocking boolean flag to the request concept
The HTML-side counterpart is whatwg/html#7885. Fixes #1433.
1 parent b3bfd0c commit 80c38ca

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

fetch.bs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,6 +1839,11 @@ Unless stated otherwise, it is false.
18391839

18401840
<p class=note>This is for exclusive use by HTML's navigate algorithm. [[!HTML]]
18411841

1842+
<p>A <a for=/>request</a> has an associated boolean <dfn export for=request>render-blocking</dfn>.
1843+
Unless stated otherwise, it is false.
1844+
1845+
<p class=note>This flag is for exclusive use by HTML's render-blocking mechanism. [[!HTML]]
1846+
18421847
<hr>
18431848

18441849
<p>A <a for=/>request</a> has an associated
@@ -3991,8 +3996,9 @@ the request.
39913996

39923997
<li>
39933998
<p>If <var>request</var>'s <a for=request>priority</a> is null, then use <var>request</var>'s
3994-
<a for=request>initiator</a> and <a for=request>destination</a> appropriately in setting
3995-
<var>request</var>'s <a for=request>priority</a> to a user-agent-defined object.
3999+
<a for=request>initiator</a>, <a for=request>destination</a>, and
4000+
<a for=request>render-blocking</a> appropriately in setting <var>request</var>'s
4001+
<a for=request>priority</a> to a user-agent-defined object.
39964002

39974003
<p class=note>The user-agent-defined object could encompass stream weight and dependency for
39984004
HTTP/2, and equivalent information used to prioritize dispatch and processing of HTTP/1 fetches.

0 commit comments

Comments
 (0)