Skip to content

Commit 4c80708

Browse files
youennfsaschanaz
andcommitted
Update reference-implementation/lib/ReadableStreamDefaultController.webidl
Co-authored-by: Kagami Sascha Rosylight <[email protected]>
1 parent a1c6573 commit 4c80708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference-implementation/lib/ReadableStreamDefaultController.webidl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ interface ReadableStreamDefaultController {
77
readonly attribute unrestricted double? desiredSize;
88

99
undefined close();
10-
undefined enqueue(optional any chunk, optional StructuredSerializeOptions options = { });
10+
undefined enqueue(optional any chunk, optional StructuredSerializeOptions options = {});
1111
undefined error(optional any e);
1212
};

0 commit comments

Comments
 (0)