Re: [whatwg/streams] Define valid queuing strategy (#427)

- size() does nothing for byte streams. Related: #729
- highWaterMark is copied so there's no way to make it change over time
- I think size() has to throw for invalid types. For example `size(chunk) { return chunk.length; }`.

-- 
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/427#issuecomment-325262307

Received on Monday, 28 August 2017 05:21:17 UTC