- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 09 Apr 2015 17:42:12 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 10 April 2015 00:42:39 UTC
I just want to say that the more I think about this in combination with #307, the more I think redirectTo is actually kind of nice. Before each write, check `ws.redirectTo` (or its corresponding internal slot to stay unobservable). If it's set, switch to `this.pipeTo(ws.redirectTo, options)`. Kind of feels hacky, but also kind of feels extremely practical. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/325#issuecomment-91390134
Received on Friday, 10 April 2015 00:42:39 UTC