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