We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7404b commit 657e85fCopy full SHA for 657e85f
index.bs
@@ -6400,6 +6400,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
6400
1. Assert: |container| has \[[queue]] and \[[queueTotalSize]] internal slots.
6401
1. If ! [$IsNonNegativeNumber$](|size|) is false, throw a {{RangeError}} exception.
6402
1. If |size| is +∞, throw a {{RangeError}} exception.
6403
+ 1. Let |enqueuedValue| be |value|.
6404
1. If |container| has an \[[isOwning]] internal slot whose value is true, perform the following steps:
6405
1. Set |enqueuedValue| to ? [$StructuredTransferOrClone$](|value|, |transferList|).
6406
1. [=list/Append=] a new [=value-with-size=] with [=value-with-size/value=] |enqueuedValue| and
0 commit comments