We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1656aeb commit c49e519Copy full SHA for c49e519
index.bs
@@ -5914,7 +5914,7 @@ The following abstract operations support the implementaiton of the
5914
1. If ! [$ReadableStreamDefaultControllerCanCloseOrEnqueue$](|readableController|) is false, throw
5915
a {{TypeError}} exception.
5916
1. Let |enqueueResult| be [$ReadableStreamDefaultControllerEnqueue$](|readableController|,
5917
- |chunk|, undefined).
+ |chunk|, « »).
5918
1. If |enqueueResult| is an abrupt completion,
5919
1. Perform ! [$TransformStreamErrorWritableAndUnblockWrite$](|stream|,
5920
|enqueueResult|.\[[Value]]).
0 commit comments