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 dd4e180 commit 4c88bddCopy full SHA for 4c88bdd
index.bs
@@ -3579,7 +3579,7 @@ The following abstract operations support the implementation of the
3579
1. Let |filledPullIntos| be a new empty [=list=].
3580
1. [=While=] |controller|.[=ReadableByteStreamController/[[pendingPullIntos]]=] is not
3581
[=list/is empty|empty=],
3582
- 1. If |controller|.[=ReadableByteStreamController/[[queueTotalSize]]=] is 0, then [=break=].
+ 1. If |controller|.[=ReadableByteStreamController/[[queueTotalSize]]=] is 0, then [=iteration/break=].
3583
1. Let |pullIntoDescriptor| be
3584
|controller|.[=ReadableByteStreamController/[[pendingPullIntos]]=][0].
3585
1. If ! [$ReadableByteStreamControllerFillPullIntoDescriptorFromQueue$](|controller|,
0 commit comments