- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 08 Jan 2015 15:04:52 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 8 January 2015 23:05:32 UTC
In https://github.com/whatwg/streams/issues/241#issuecomment-68834017 @tyoshino proposed making a stream reader look "closed" once it is released. Right now it just passes through `ready`/`state`/`closed` to the underlying stream, although `read()` and `cancel()` fail. I think making it look closed instead of being a pass-through would be better separation of what's going on. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/260
Received on Thursday, 8 January 2015 23:05:32 UTC