Skip to content

Commit

Permalink
Remove transfer as sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed Apr 13, 2023
1 parent 273e425 commit 86ff876
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,6 @@ interface ReadableStreamDefaultController {
readonly attribute unrestricted double? desiredSize;

undefined close();
undefined enqueue(any chunk, sequence<object> transfer);
undefined enqueue(optional any chunk, optional StructuredSerializeOptions options = { });
undefined error(optional any e);
};
Expand Down Expand Up @@ -1581,17 +1580,7 @@ the following table:
</div>

<div algorithm>
The <dfn id="ref-for-rs-default-controller-enqueue①" method
for="ReadableStreamDefaultController">enqueue(|chunk|, |transfer|)</dfn> method steps are:

1. If ! [$ReadableStreamDefaultControllerCanCloseOrEnqueue$]([=this=]) is false, throw a
{{TypeError}} exception.
1. Perform ? [$ReadableStreamDefaultControllerEnqueue$]([=this=], |chunk|, |transfer|).
</div>


<div algorithm>
The <dfn id="ref-for-rs-default-controller-enqueue②" method
The <dfn id="ref-for-rs-default-controller-enqueue" method
for="ReadableStreamDefaultController">enqueue(|chunk|, |options|)</dfn> method steps are:

1. Let |transfer| be |options|["transfer"].
Expand Down

0 comments on commit 86ff876

Please sign in to comment.