Re: [whatwg/streams] Test: "default ReadableStream getReader() should only accept mode:undefined" (#1122)

Actually I think I understand the problem. The only supported values for `mode` are undefined and "byob". This is enforced via WebIDL. Seems like Firefox is incorrectly throwing a RangeError instead of a TypeError.

-- 
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/1122#issuecomment-817802901

Received on Monday, 12 April 2021 13:17:07 UTC