Skip to content

Commit

Permalink
Tee bytes into the speculative parser's input byte stream
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Apr 20, 2021
1 parent f9119ac commit 6a20e19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -111489,6 +111489,12 @@ document.body.appendChild(text);
parser</span>.</p>
</li>

<li>
<p>Bytes pushed into the HTML parser's <span>input byte stream</span> must also be pushed into
the speculative HTML parser's <span>input byte stream</span>. Bytes read from the streams must
be independent.</p>
</li>

<li>
<p>The result of the speculative parsing is primarily a series of <span>speculative
fetches</span>. Which kinds of resources to speculatively fetch is
Expand Down

0 comments on commit 6a20e19

Please sign in to comment.