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 piping from 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.

I don't see any back pressure in your diagram.  You're explicitly asking for no back pressure there as far as I can see.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/383#issuecomment-126479637

Received on Thursday, 30 July 2015 20:43:31 UTC