Skip to content

Commit

Permalink
Update reference-implementation/lib/ReadableStreamDefaultController.w…
Browse files Browse the repository at this point in the history
…ebidl

Co-authored-by: Kagami Sascha Rosylight <[email protected]>
  • Loading branch information
youennf and saschanaz authored May 10, 2023
1 parent efdc829 commit b28e4fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ interface ReadableStreamDefaultController {
readonly attribute unrestricted double? desiredSize;

undefined close();
undefined enqueue(optional any chunk, optional StructuredSerializeOptions options = { });
undefined enqueue(optional any chunk, optional StructuredSerializeOptions options = {});
undefined error(optional any e);
};

0 comments on commit b28e4fd

Please sign in to comment.