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 5439c96 commit 0fdfbe3Copy full SHA for 0fdfbe3
index.bs
@@ -6484,7 +6484,7 @@ abstract operations are used to implement these "cross-realm transforms".
6484
1. Let |value| be ! [$Get$](|data|, "`value`").
6485
1. Assert: [$Type$](|type|) is String.
6486
1. If |type| is "`chunk`",
6487
- 1. Perform ! [$ReadableStreamDefaultControllerEnqueue$](|controller|, |value|, undefined).
+ 1. Perform ! [$ReadableStreamDefaultControllerEnqueue$](|controller|, |value|, « »).
6488
1. Otherwise, if |type| is "`close`",
6489
1. Perform ! [$ReadableStreamDefaultControllerClose$](|controller|).
6490
1. Disentangle |port|.
0 commit comments