Skip to content

Commit

Permalink
Update spec text to set HWM to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Feb 8, 2021
1 parent 6effbdc commit 5cd9c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2326,7 +2326,8 @@ create them does not matter.
1. If |returnResult| is an abrupt completion, return [=a promise rejected with=]
|returnResult|.\[[Value]].
1. Return [=a promise resolved with=] |returnResult|.\[[Value]].
1. Set |stream| to ! [$CreateReadableStream$](|startAlgorithm|, |pullAlgorithm|, |cancelAlgorithm|).
1. Set |stream| to ! [$CreateReadableStream$](|startAlgorithm|, |pullAlgorithm|, |cancelAlgorithm|,
0).
1. Return |stream|.
</div>

Expand Down

0 comments on commit 5cd9c2b

Please sign in to comment.