Re: [streams] pipe redirection (#325)

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