Re: [streams] Byte stream update, including reference implementation (#361)

> @@ -187,11 +187,12 @@ similarly, avoiding writes that would cause the desired size to go negative.
>  
>  <!-- TODO: writable streams too, probably -->
>  
> -A <dfn>readable stream reader</dfn> (<dfn>readable byte stream reader</dfn> for <a>readable byte stream</a>) or simply
> -reader is an object that allows direct reading of <a>chunks</a> from a <a>readable stream</a>). Without a reader, a
> -<a>consumer</a> can only perform high-level operations on the readable stream: waiting for the stream to become closed
> -or errored, <a lt="cancel a readable stream">canceling</a> the stream, or <a>piping</a> the readable stream to a
> -writable stream. Many of those high-level operations actually use a reader themselves.
> +A <dfn>readable stream reader</dfn> (<dfn>readable byte stream reader</dfn> or

OK. Removed

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/361/files#r36163272

Received on Tuesday, 4 August 2015 07:26:14 UTC