[whatwg/streams] getReader behaviour with empty mode (#517)

I have recently updated getReader implementation in WebKit. Based on spec and tests, getReader({ mode: '' }) does not return a ReadableStreamDefaultReader but throws a RangeError. The patch has been reviewed and committed, but I was asked to check this is not a spec error [1]. Could you confirm this is the intended behaviour?

[1] https://bugs.webkit.org/show_bug.cgi?id=160508#c14

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

Received on Wednesday, 7 September 2016 14:15:46 UTC