Skip to content

Commit

Permalink
Wed May 4 07:47:47 PM UTC 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochengh committed May 4, 2022
1 parent a15074d commit 74c8982
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1869,6 +1869,12 @@ otherwise, it is unset.
<a for=request>done flag</a>, and <a for=request>timing allow failed flag</a> are used as
bookkeeping details by the <a for=/>fetch</a> algorithm.

<p>A <a for=/>request</a> has an associated boolean
<dfn export for=request id=concept-request-render-blocking>render-blocking</dfn>.
Unless stated otherwise, it is false.

<p class=note>This flag is for exclusive use by HTML's render-blocking mechanism. [[!HTML]]

<hr>

<p>A <dfn export>subresource request</dfn> is a <a for=/>request</a>
Expand Down Expand Up @@ -3984,8 +3990,9 @@ the request.

<li>
<p>If <var>request</var>'s <a for=request>priority</a> is null, then use <var>request</var>'s
<a for=request>initiator</a> and <a for=request>destination</a> appropriately in setting
<var>request</var>'s <a for=request>priority</a> to a user-agent-defined object.
<a for=request>initiator</a>, <a for=request>destination</a> and
<a for=request>render-blocking</a> appropriately in setting <var>request</var>'s
<a for=request>priority</a> to a user-agent-defined object.

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

0 comments on commit 74c8982

Please sign in to comment.