Skip to content

Commit

Permalink
Set writable HWM to 0 in "create an identity TransformStream"
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Nov 30, 2021
1 parent 726f4b2 commit 6616a31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6949,9 +6949,11 @@ reason.
an identity {{TransformStream}}</dfn>:

1. Let |transformStream| be a [=new=] {{TransformStream}}.
1. Let |transformAlgorithm| be an algorithm which, given |chunk|, [=TransformStream/enqueues=]
|chunk| in |transformStream|.
1. [=TransformStream/Set up=] |transformStream| with <var
ignore>[=TransformStream/set up/transformAlgorithm=]</var> set to an algorithm which, given
|chunk|, [=TransformStream/enqueues=] |chunk| in |transformStream|.
ignore>[=TransformStream/set up/transformAlgorithm=]</var> set to |transformAlgorithm| and <var
ignore>[=TransformStream/set up/writableHighWaterMark=]</var> set to 0.
1. Return |transformStream|.
</div>

Expand Down

0 comments on commit 6616a31

Please sign in to comment.