- From: Ben Kelly <notifications@github.com>
- Date: Wed, 08 Apr 2015 15:11:59 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 8 April 2015 22:12:26 UTC
Right... it needs to check the type which I guess you called a brand check. I'm used to getting this for free through the use of webidl. ``` interface ReadableStream { Promise<undefined> pipeTo(WritableStream or WritableByteStream); } ``` --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/321#issuecomment-91051544
Received on Wednesday, 8 April 2015 22:12:26 UTC