Skip to content

Commit 0fdfbe3

Browse files
Update index.bs
Co-authored-by: Mattias Buelens <[email protected]>
1 parent 5439c96 commit 0fdfbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6484,7 +6484,7 @@ abstract operations are used to implement these "cross-realm transforms".
64846484
1. Let |value| be ! [$Get$](|data|, "`value`").
64856485
1. Assert: [$Type$](|type|) is String.
64866486
1. If |type| is "`chunk`",
6487-
1. Perform ! [$ReadableStreamDefaultControllerEnqueue$](|controller|, |value|, undefined).
6487+
1. Perform ! [$ReadableStreamDefaultControllerEnqueue$](|controller|, |value|, « »).
64886488
1. Otherwise, if |type| is "`close`",
64896489
1. Perform ! [$ReadableStreamDefaultControllerClose$](|controller|).
64906490
1. Disentangle |port|.

0 commit comments

Comments
 (0)