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 1b4f408 commit d972e67Copy full SHA for d972e67
index.bs
@@ -6420,7 +6420,7 @@ for="value-with-size">value</dfn> and <dfn for="value-with-size">size</dfn>.
6420
performs the following steps:
6421
6422
1. Assert: |container| has \[[queue]] and \[[queueTotalSize]] internal slots.
6423
- 1. If |container| has a \[[isOwning]] internal slot whose value is true, perform the following steps until |container|.\[[queue]]
+ 1. If |container| has an \[[isOwning]] internal slot whose value is true, perform the following steps until |container|.\[[queue]]
6424
is [=list/is empty|empty=]:
6425
1. Let |chunk| be ! [$DequeueValue$]([=this=]).
6426
1. If |chunk| has [=closing steps=], perform the [=closing steps=] given |chunk|.
0 commit comments