- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 24 Nov 2014 15:36:45 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 24 November 2014 23:37:14 UTC
Hmm. So `pipeTo` actually uses `.state`, `.ready` (formerly `.wait()`), and `.closed` in addition to `.read()`. Do we need to proxy all of them? Eek, now it's starting to look like it's a whole stream object. My original plan was for the stream to appear to be "waiting" whenever off-main-thread piping was going on. But I am not sure how to fit that into the lock design. Need to think on it more. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/241#issuecomment-64285443
Received on Monday, 24 November 2014 23:37:14 UTC