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 b6949bd commit 7b91d34Copy full SHA for 7b91d34
index.bs
@@ -6398,6 +6398,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
6398
1. Assert: |container| has \[[queue]] and \[[queueTotalSize]] internal slots.
6399
1. If ! [$IsNonNegativeNumber$](|size|) is false, throw a {{RangeError}} exception.
6400
1. If |size| is +∞, throw a {{RangeError}} exception.
6401
+ 1. Let |enqueuedValue| be |value|.
6402
1. If |container| has an \[[isOwning]] internal slot whose value is true, perform the following steps:
6403
1. Set |enqueuedValue| to ? [$StructuredTransferOrClone$](|value|, |transferList|).
6404
1. [=list/Append=] a new [=value-with-size=] with [=value-with-size/value=] |enqueuedValue| and
0 commit comments