Re: [streams] Merge ReadableByteStream into ReadableStream (#430)

>        },
>  
>        cancel() {
>          return fs.close(fd);
> -      }
> +      },
> +
> +      autoAllocateChunkSize: DEFAULT_CHUNK_SIZE
>      });

We should be able to do this for the makeReadableBackpressureByteSocketStream example too, right? Although hmm maybe we want to not do so to show how things work.

---
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/430/files/0562267ac9415713151bf0a34ae090c0dfb37c1a..4ad2edc8af0c82da98914eea6bd5c899618d8ec5#r57059249

Received on Tuesday, 22 March 2016 20:07:52 UTC