Skip to content

Commit 9f0bb24

Browse files
Update index.bs
Co-authored-by: Mattias Buelens <[email protected]>
1 parent 21237a6 commit 9f0bb24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6401,8 +6401,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
64016401
1. If ! [$IsNonNegativeNumber$](|size|) is false, throw a {{RangeError}} exception.
64026402
1. If |size| is +∞, throw a {{RangeError}} exception.
64036403
1. If |container| has an \[[isOwning]] internal slot whose value is true, perform the following steps:
6404-
1. Set |enqueuedValue| to [$StructuredTransferOrClone$](|value|, |transferList|).
6405-
1. If |enqueuedValue| is an abrupt completion, return |enqueuedValue|.
6404+
1. Set |enqueuedValue| to ? [$StructuredTransferOrClone$](|value|, |transferList|).
64066405
1. [=list/Append=] a new [=value-with-size=] with [=value-with-size/value=] |enqueuedValue| and
64076406
[=value-with-size/size=] |size| to |container|.\[[queue]].
64086407
1. Set |container|.\[[queueTotalSize]] to |container|.\[[queueTotalSize]] + |size|.

0 commit comments

Comments
 (0)