Re: [whatwg/streams] WritableStreamDefaultWriterGetDesiredSize(writer) cannot in general be used to determine size of chunks read by pipeTo (#938)

I've got an alternative formulation that just adds the words "as a basis":

> If reader is a BYOB reader, WritableStreamDefaultWriterGetDesiredSize(writer) should be used as a basis to determine the size of the chunks read from reader.

We could maybe have a note something like:

> Note: It's frequently inefficient to read chunks that are too small or too large. Other information might be factored in to determine the optimal chunk size.

-- 
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/938#issuecomment-412094966

Received on Friday, 10 August 2018 14:14:18 UTC