Skip to content

Commit 86ff876

Browse files
committed
Remove transfer as sequence
1 parent 273e425 commit 86ff876

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

index.bs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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"].

0 commit comments

Comments
 (0)