Skip to content

Commit 1b4f408

Browse files
youennfricea
andauthored
Update index.bs
Co-authored-by: Adam Rice <[email protected]>
1 parent 5150150 commit 1b4f408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6396,7 +6396,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
63966396
1. Assert: |container| has \[[queue]] and \[[queueTotalSize]] internal slots.
63976397
1. If ! [$IsNonNegativeNumber$](|size|) is false, throw a {{RangeError}} exception.
63986398
1. If |size| is +∞, throw a {{RangeError}} exception.
6399-
1. Let |enqueuedValue| be |value|.
6399+
1. If |container| has an \[[isOwning]] internal slot whose value is true, perform the following steps:
64006400
1. If |container| has a \[[isOwning]] internal slot whose value is true, perform the following steps:
64016401
1. Set |enqueuedValue| to [$StructuredTransferOrClone$](|value|, |transferList|).
64026402
1. If |enqueuedValue| is an abrupt completion, return |enqueuedValue|.

0 commit comments

Comments
 (0)