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 f5d32b5 commit d4b8b84Copy full SHA for d4b8b84
index.bs
@@ -5916,7 +5916,7 @@ The following abstract operations support the implementaiton of the
5916
1. If ! [$ReadableStreamDefaultControllerCanCloseOrEnqueue$](|readableController|) is false, throw
5917
a {{TypeError}} exception.
5918
1. Let |enqueueResult| be [$ReadableStreamDefaultControllerEnqueue$](|readableController|,
5919
- |chunk|, undefined).
+ |chunk|, « »).
5920
1. If |enqueueResult| is an abrupt completion,
5921
1. Perform ! [$TransformStreamErrorWritableAndUnblockWrite$](|stream|,
5922
|enqueueResult|.\[[Value]]).
0 commit comments