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 {
14701470 readonly attribute unrestricted double? desiredSize;
14711471
14721472 undefined close();
1473- undefined enqueue(any chunk, sequence<object> transfer);
14741473 undefined enqueue(optional any chunk, optional StructuredSerializeOptions options = { });
14751474 undefined error(optional any e);
14761475};
@@ -1581,17 +1580,7 @@ the following table:
15811580</div>
15821581
15831582<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
15951584 for="ReadableStreamDefaultController"> enqueue(|chunk|, |options|)</dfn> method steps are:
15961585
15971586 1. Let |transfer| be |options|["transfer"] .
You can’t perform that action at this time.
0 commit comments