Skip to content

Commit

Permalink
Merge pull request cloudflare#12 from aboba/patch-2
Browse files Browse the repository at this point in the history
Remove bad links
  • Loading branch information
pthatcherg authored May 16, 2019
2 parents f0630c9 + cf84fc0 commit 4712705
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1822,18 +1822,18 @@ <h2>Constructors</h2>
Let <var>transport</var> be a newly constructed
<code><a>Http3Transport</a></code> object with state "connecting".
</li>
<li>Let <var>transport</var> have a <dfn>[[\OutgoingStreams]]</dfn>
<li>Let <var>transport</var> have a <a>[[\OutgoingStreams]]</a>
internal slot representing a sequence of <code><a>OutgoingStream</a></code>
objects, initialized to empty.
</li>
<li>Let <var>transport</var> have a <dfn>[[\IncomingStreams]]</dfn>
<li>Let <var>transport</var> have a <a>[[\IncomingStreams]]</a>
internal slot representing a sequence of <code><a>IncomingStream</a></code>
objects, initialized to empty.
</li>
<li>Let <var>transport</var> have a <dfn>[[\ReceivedDatagrams]]</dfn>
<li>Let <var>transport</var> have a <a>[[\ReceivedDatagrams]]</a>
internal slot representing a queue of <code>Uint8Array</code>, initialized to empty.
</li>
<li>Let <var>transport</var> have a <dfn>[[\ReceiveDatagramsPromise]]</dfn>
<li>Let <var>transport</var> have a <a>[[\ReceiveDatagramsPromise]]</a>
internal slot representing a <code>Promise&lt;sequence&lt;Uint8Array&gt;&gt;?</code>,
initialized to null.
<li>Run these steps in parallel:
Expand Down

0 comments on commit 4712705

Please sign in to comment.