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:
62436243
62446244 <p class="note"> This represents an internal buffer inside the network layer of the user agent.
62456245
6246+ <li><p> Let <var> stream</var> be a <a>new</a> {{ReadableStream}} .
6247+
62466248 <li>
6247- < p > Let |pullAlgorithm| be the followings steps:
6249+ <p> Let |pullAlgorithm| be the following steps:
62486250
62496251 <ol>
62506252 <li><p> Let |promise| be [=a new promise=] .
@@ -6279,8 +6281,6 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
62796281 <var> fetchParams</var> 's <a for="fetch params">controller</a> with <var> reason</var> , given
62806282 <var> reason</var> .
62816283
6282- < li > < p > Let < var > stream</ var > be a < a > new</ a > {{ReadableStream}}.
6283-
62846284 <li><p> [=ReadableStream/set up with byte reading support|Set up=] |stream| with byte reading
62856285 support with <var> [=ReadableStream/set up/pullAlgorithm=] </var> set to |pullAlgorithm|,
62866286 <var> [=ReadableStream/set up/cancelAlgorithm=] </var> set to |cancelAlgorithm|.
You can’t perform that action at this time.
0 commit comments