Re: [streams] explicity operate on underlying source and sink instead of public methods (#321)

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