Skip to content

Commit

Permalink
Add missing controller argument
Browse files Browse the repository at this point in the history
Missed in d5f92d9.
  • Loading branch information
crowlKats authored Jan 14, 2022
1 parent 5c9a34c commit 3c6b8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3270,7 +3270,7 @@ The following abstract operations support the implementation of the

1. Let |cloneResult| be [$CloneArrayBuffer$](|buffer|, |byteOffset|, |byteLength|, {{%ArrayBuffer%}}).
1. If |cloneResult| is an abrupt completion,
1. Perform ! [$ReadableByteStreamControllerError$](|cloneResult|.\[[Value]]).
1. Perform ! [$ReadableByteStreamControllerError$](|controller|, |cloneResult|.\[[Value]]).
1. Return |cloneResult|.
1. Perform ! [$ReadableByteStreamControllerEnqueueChunkToQueue$](|controller|,
|cloneResult|.\[[Value]], 0, |byteLength|).
Expand Down

0 comments on commit 3c6b8b3

Please sign in to comment.