- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 01 Jul 2015 06:28:32 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 1 July 2015 13:29:07 UTC
> + queue.shift();
> + } else {
> + headOfQueue.byteOffset += bytesToCopy;
> + headOfQueue.byteLength -= bytesToCopy;
> + }
> + controller._totalQueuedBytes -= bytesToCopy;
> +
> + pullIntoDescriptor.bytesFilled += bytesToCopy;
> +
> + totalBytesToCopyRemaining -= bytesToCopy
> + }
> +
> + return ready;
> +}
> +
> +function InitializeReadableByteStreamReader(reader, stream) {
Addressed by 7db54d1c0dcb0edc0419371cfac1d5b169b52c25
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/361/files#r33677489
Received on Wednesday, 1 July 2015 13:29:07 UTC