- From: Adam Rice <notifications@github.com>
- Date: Tue, 25 May 2021 17:35:51 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 May 2021 00:36:04 UTC
@ricea commented on this pull request. > + <p>The new |view| has to be a view onto the same backing memory region as + {{ReadableStreamBYOBRequest/view}}, i.e. its buffer has to equal (or be a + <a href="#transfer-array-buffer">transferred</a> version of) {{ReadableStreamBYOBRequest/view}}'s + buffer. Its <code>byteOffset</code> has to equal {{ReadableStreamBYOBRequest/view}}'s + <code>byteOffset</code>, and its <code>byteLength</code> (representing the number of bytes written) + has to be less than or equal to that of {{ReadableStreamBYOBRequest/view}}. + lgtm -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1123#discussion_r639322571
Received on Wednesday, 26 May 2021 00:36:04 UTC