Re: [whatwg/streams] Is autoAllocateChunkSize permitted to be zero? (#1089)

We should probably also switch it to TypeError. Otherwise you get TypeError for <0 (because that's what Web IDL does for [EnforceRange]) and RangeError for 0. Which is a bit silly.

-- 
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/1089#issuecomment-736148358

Received on Tuesday, 1 December 2020 01:01:45 UTC