Re: [streams] Real time source and skipping (#383)

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