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