- From: Mathieu Hofman <notifications@github.com>
- Date: Thu, 30 Jul 2015 13:37:27 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 30 July 2015 20:37:55 UTC
The problem with using a Transform to accomplish this is that the transform's `writable` stream would have to apply no back pressure to consume new values, which wouldn't work if applied to a stream wrapping a pull source or a push source with back pressure support. Whatever mechanism we come up with needs to be available in ReadableStream. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/383#issuecomment-126477485
Received on Thursday, 30 July 2015 20:37:55 UTC