[streams] Size of NaN is either throwing a RangeError or a TypeError (#389)

In ReadableStream constructor, a strategySize equal to NaN leads to a TypeError.
In ReadableStreamController.enqueue, it leads to a RangeError.

Is it on purpose?
Should these two be aligned?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/389

Received on Thursday, 6 August 2015 11:59:23 UTC