File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6243,8 +6243,10 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
6243
6243
6244
6244
<p class="note"> This represents an internal buffer inside the network layer of the user agent.
6245
6245
6246
+ <li><p> Let <var> stream</var> be a <a>new</a> {{ReadableStream}} .
6247
+
6246
6248
<li>
6247
- <p> Let |pullAlgorithm| be the followings steps:
6249
+ <p> Let |pullAlgorithm| be the following steps:
6248
6250
6249
6251
<ol>
6250
6252
<li><p> Let |promise| be [=a new promise=] .
@@ -6279,8 +6281,6 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
6279
6281
<var> fetchParams</var> 's <a for="fetch params">controller</a> with <var> reason</var> , given
6280
6282
<var> reason</var> .
6281
6283
6282
- <li><p> Let <var> stream</var> be a <a>new</a> {{ReadableStream}} .
6283
-
6284
6284
<li><p> [=ReadableStream/set up with byte reading support|Set up=] |stream| with byte reading
6285
6285
support with <var> [=ReadableStream/set up/pullAlgorithm=] </var> set to |pullAlgorithm|,
6286
6286
<var> [=ReadableStream/set up/cancelAlgorithm=] </var> set to |cancelAlgorithm|.
You can’t perform that action at this time.
0 commit comments