Skip to content

Commit 21237a6

Browse files
Update index.bs
Co-authored-by: Mattias Buelens <[email protected]>
1 parent 52a0116 commit 21237a6

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
@@ -6486,7 +6486,7 @@ abstract operations are used to implement these "cross-realm transforms".
64866486
1. Let |value| be ! [$Get$](|data|, "`value`").
64876487
1. Assert: [$Type$](|type|) is String.
64886488
1. If |type| is "`chunk`",
6489-
1. Perform ! [$ReadableStreamDefaultControllerEnqueue$](|controller|, |value|, undefined).
6489+
1. Perform ! [$ReadableStreamDefaultControllerEnqueue$](|controller|, |value|, « »).
64906490
1. Otherwise, if |type| is "`close`",
64916491
1. Perform ! [$ReadableStreamDefaultControllerClose$](|controller|).
64926492
1. Disentangle |port|.

0 commit comments

Comments
 (0)