Re: [whatwg/streams] always check if methods are callable first (#580)

I think index.bs was always correct. It only needs to be done explicitly for the reference implementation because it uses the .apply method to call the function.

Similarly, the Chrome implementation doesn't have this problem because it uses Function.prototype.call().

-- 
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/pull/580#issuecomment-257209224

Received on Monday, 31 October 2016 03:55:50 UTC