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

I think on the "model" level we don't want to differentiate between different types of readers. So no need for the parenthetical at all, IMO.

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

Received on Thursday, 11 June 2015 20:19:07 UTC