- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 15 Jan 2016 14:58:27 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 15 January 2016 22:58:55 UTC
> t.end();
> });
>
> test('ReadableByteStream: getReader(), then releaseLock()', t => {
> - const rbs = new ReadableByteStream({
> - pull() {
Should we maybe set the default HWM to 0 if a pullInto is supplied? Always calling pull asking for one byte seems kind of silly.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/418/files#r49915529
Received on Friday, 15 January 2016 22:58:55 UTC