- From: Adam Rice <notifications@github.com>
- Date: Mon, 06 Jul 2020 07:12:21 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 6 July 2020 14:12:34 UTC
@ricea commented on this pull request. > @@ -691,7 +691,7 @@ option. If {{UnderlyingSource/type}} is set to undefined (including via omission directly read individual [=chunks=] from the stream via its {{ReadableStreamBYOBReader/read()}} method, into developer-supplied buffers, allowing more precise control over allocation. - <dt><code><var ignore>readable</var> = <var ignore>stream</var>.{{ReadableStream/pipeThrough(transform, options)|pipeThrough}}({ {{ReadableWritablePair/writable}}, {{ReadableWritablePair/readable}} }[, { {{StreamPipeOptions/preventClose}}, {{StreamPipeOptions/preventCancel}}, {{StreamPipeOptions/preventCancel}}, {{StreamPipeOptions/signal}} }])</code></dt> + <dt><code><var ignore>readable</var> = <var ignore>stream</var>.{{ReadableStream/pipeThrough(transform, options)|pipeThrough}}({ {{ReadableWritablePair/writable}}, {{ReadableWritablePair/readable}} }[, { {{StreamPipeOptions/preventClose}}, {{StreamPipeOptions/preventCancel}}, {{StreamPipeOptions/preventAbort}}, {{StreamPipeOptions/signal}} }])</code></dt> Yes, please match the order we use elsewhere. -- 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/1052#discussion_r450248675
Received on Monday, 6 July 2020 14:12:34 UTC