- From: Adam Rice <notifications@github.com>
- Date: Thu, 30 Mar 2017 05:25:28 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 30 March 2017 12:26:00 UTC
ricea commented on this pull request. > @@ -643,9 +643,12 @@ ReadableStream(<var>underlyingSource</var> = {}, { <var>size</var>, <var>highWat from _reader_. * If _reader_ is a <a>BYOB reader</a>, WritableStreamDefaultWriterGetDesiredSize(_writer_) should be used to determine the size of the chunks read from _reader_. - * Otherwise, WritableStreamDefaultWriterGetDesiredSize(_writer_) may be used to determine the flow rate - heuristically, e.g. by delaying reads while it is judged to be "low" compared to the size of chunks that have - been typically read. + * After taking into account these backpressure signals, reading and writing should be done promptly; other We can probably say less here now that we don't have to argue with the previous sentence. How about: "Reads or writes should not be delayed for reasons other than backpressure." -- 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/720#pullrequestreview-29976006
Received on Thursday, 30 March 2017 12:26:00 UTC