Skip to content

Commit b28e4fd

Browse files
youennfsaschanaz
andauthored
Update reference-implementation/lib/ReadableStreamDefaultController.webidl
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
1 parent efdc829 commit b28e4fd

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)