Re: [whatwg/streams] ReadableStreamCancel() should assert IsReadableStream(stream) (#452)

First, I'd like to move the assertion comparing stream with undefined to the caller. Basically, all the abstract methods are assuming that the arguments are not undefined (unless it's optional). I'd like to align this with the others.

https://github.com/whatwg/streams/pull/459

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/452#issuecomment-222129725

Received on Friday, 27 May 2016 12:05:48 UTC