- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 04 Aug 2015 00:25:45 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 4 August 2015 07:26:14 UTC
> @@ -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