- From: Mattias Buelens <notifications@github.com>
- Date: Sun, 22 Dec 2024 02:46:55 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/streams/pull/1336/review/2519597747@github.com>
@MattiasBuelens commented on this pull request. Thanks! Would you mind updating the reference implementation to reflect these changes? > + 1. [=While=] |filledPullIntos|'s [=list/size=] < ! + [$ReadableStreamGetNumReadIntoRequests$](|stream|), Nice! 😁 > @@ -3458,18 +3457,18 @@ The following abstract operations support the implementation of the queue entry/byte length=]). 1. Let |destStart| be |pullIntoDescriptor|'s [=pull-into descriptor/byte offset=] + |pullIntoDescriptor|'s [=pull-into descriptor/bytes filled=]. - 1. Assert: ! [$CanCopyDataBlockBytes$](|pullIntoDescriptor|'s [=pull-into descriptor/buffer=], - |destStart|, |headOfQueue|'s [=readable byte stream queue entry/buffer=], + 1. Let |descriptorBuffer| be |pullIntoDescriptor|'s [=pull-into descriptor/buffer=]. + 1. Let |queueBuffer| be |headOfQueue|'s [=readable byte stream queue entry/buffer=]. + 1. Assert: ! [$CanCopyDataBlockBytes$](|descriptorBuffer|, |destStart|, |queueBuffer|, |headOfQueue|'s [=readable byte stream queue entry/byte offset=], |bytesToCopy|) is true. "headOfQueue's byte offset" appears both in the `CanCopyDataBlockBytes` assertion and in the `CopyDataBlockBytes` call below. Should we also introduce a variable for it? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1336#pullrequestreview-2519597747 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1336/review/2519597747@github.com>
Received on Sunday, 22 December 2024 10:46:59 UTC