Re: [whatwg/streams] Add if condition for autoAllocateChunkSize to SetUpReadableByteStreamController() (#1090)

I suggest changing

> Assert: autoAllocateChunkSize is positive.

to `Assert: autoAllocateChunkSize is non-negative`.

-- 
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/pull/1090#issuecomment-736230068

Received on Tuesday, 1 December 2020 05:31:39 UTC