Skip to content

Commit c64202b

Browse files
Update index.bs
Co-authored-by: Mattias Buelens <[email protected]>
1 parent 0fdfbe3 commit c64202b

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
@@ -6399,8 +6399,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
63996399
1. If ! [$IsNonNegativeNumber$](|size|) is false, throw a {{RangeError}} exception.
64006400
1. If |size| is +∞, throw a {{RangeError}} exception.
64016401
1. If |container| has an \[[isOwning]] internal slot whose value is true, perform the following steps:
6402-
1. Set |enqueuedValue| to [$StructuredTransferOrClone$](|value|, |transferList|).
6403-
1. If |enqueuedValue| is an abrupt completion, return |enqueuedValue|.
6402+
1. Set |enqueuedValue| to ? [$StructuredTransferOrClone$](|value|, |transferList|).
64046403
1. [=list/Append=] a new [=value-with-size=] with [=value-with-size/value=] |enqueuedValue| and
64056404
[=value-with-size/size=] |size| to |container|.\[[queue]].
64066405
1. Set |container|.\[[queueTotalSize]] to |container|.\[[queueTotalSize]] + |size|.

0 commit comments

Comments
 (0)