File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -1470,7 +1470,6 @@ interface ReadableStreamDefaultController {
1470
1470
readonly attribute unrestricted double? desiredSize;
1471
1471
1472
1472
undefined close();
1473
- undefined enqueue(any chunk, sequence<object> transfer);
1474
1473
undefined enqueue(optional any chunk, optional StructuredSerializeOptions options = { });
1475
1474
undefined error(optional any e);
1476
1475
};
@@ -1581,17 +1580,7 @@ the following table:
1581
1580
</div>
1582
1581
1583
1582
<div algorithm>
1584
- The <dfn id="ref-for-rs-default-controller-enqueue①" method
1585
- for="ReadableStreamDefaultController"> enqueue(|chunk|, |transfer|)</dfn> method steps are:
1586
-
1587
- 1. If ! [$ReadableStreamDefaultControllerCanCloseOrEnqueue$] ([=this=] ) is false, throw a
1588
- {{TypeError}} exception.
1589
- 1. Perform ? [$ReadableStreamDefaultControllerEnqueue$] ([=this=] , |chunk|, |transfer|).
1590
- </div>
1591
-
1592
-
1593
- <div algorithm>
1594
- The <dfn id="ref-for-rs-default-controller-enqueue②" method
1583
+ The <dfn id="ref-for-rs-default-controller-enqueue" method
1595
1584
for="ReadableStreamDefaultController"> enqueue(|chunk|, |options|)</dfn> method steps are:
1596
1585
1597
1586
1. Let |transfer| be |options|["transfer"] .
You can’t perform that action at this time.
0 commit comments