[whatwg/streams] Missing test coverage for destructuring arguments and GetV. (#962)

For example `getReader(null)` should throw. `getReader(7)` should work. `getReader('hi')` should work, unless you set `String.prototype.mode = 'not byob'` first.

Similar concerns apply where the standard uses GetV.

-- 
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/962

Received on Wednesday, 7 November 2018 08:45:24 UTC