We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77450a8 commit 46718bbCopy full SHA for 46718bb
index.bs
@@ -1470,7 +1470,7 @@ interface ReadableStreamDefaultController {
1470
readonly attribute unrestricted double? desiredSize;
1471
1472
undefined close();
1473
- undefined enqueue(optional any chunk, optional StructuredSerializeOptions options = { });
+ undefined enqueue(optional any chunk, optional StructuredSerializeOptions options = {});
1474
undefined error(optional any e);
1475
};
1476
</xmp>
0 commit comments