- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 25 Aug 2017 00:04:55 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 25 August 2017 00:05:17 UTC
So under that proposal, does data keeps getting pulled from `rs`, but thrown away? Or do we close `ts.writable`, thus causing `rs` to be canceled and the `pipeTo()` promise to be rejected? I guess the latter is probably better. The `pipeTo()` promise being rejected seems a little unfortunate, but anything else would not be very consistent with `pipeTo()`'s normal behavior, I think. -- 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/774#issuecomment-324789530
Received on Friday, 25 August 2017 00:05:17 UTC