File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3384,8 +3384,8 @@ The following abstract operations support the implementation of the
3384
3384
descriptor/bytes filled=] .
3385
3385
1. Set |ready| to true.
3386
3386
<p class="note"> A descriptor for a {{ReadableStreamBYOBReader/read()}} request
3387
- that is not yet completely filled will stay at the head of the queue, so the [=underlying source=]
3388
- can keep filling it.
3387
+ that is not yet filled up to its minimum length will stay at the head of the queue, so the
3388
+ [=underlying source=] can keep filling it.
3389
3389
1. Let |queue| be |controller|.[=ReadableByteStreamController/[[queue]]=] .
3390
3390
1. [=While=] |totalBytesToCopyRemaining| > 0,
3391
3391
1. Let |headOfQueue| be |queue|[0] .
@@ -3642,8 +3642,8 @@ The following abstract operations support the implementation of the
3642
3642
1. If |pullIntoDescriptor|'s [=pull-into descriptor/bytes filled=] < |pullIntoDescriptor|' s
3643
3643
[=pull-into descriptor/minimum fill=] , return.
3644
3644
<p class="note"> A descriptor for a {{ReadableStreamBYOBReader/read()}} request
3645
- that is not yet completely filled will stay at the head of the queue, so the [=underlying source=]
3646
- can keep filling it.
3645
+ that is not yet filled up to its minimum length will stay at the head of the queue, so the
3646
+ [=underlying source=] can keep filling it.
3647
3647
1. Perform ! [$ReadableByteStreamControllerShiftPendingPullInto$] (|controller|).
3648
3648
1. Let |remainderSize| be |pullIntoDescriptor|'s [=pull-into descriptor/bytes filled=] mod
3649
3649
|pullIntoDescriptor|'s [=pull-into descriptor/element size=] .
You can’t perform that action at this time.
0 commit comments