- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 13 Jan 2015 18:39:30 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 14 January 2015 02:39:59 UTC
One thing I forgot to mention is that if people want to override read()/state/ready and still have a reader that consults those, they can always override getReader() to return a custom reader. --- The reader-fixups branch contains these changes. I also made separate readers for ReadableStream and ReadableByteStream. This allows them to be monomorphic, and it aligns with our story of how authors would create custom stream types---they wouldn't get to re-use ExclusiveStreamReader. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/258#issuecomment-69860582
Received on Wednesday, 14 January 2015 02:39:59 UTC