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

I would try to implement a latch using TransformStream for this use case.  I see that the current TransformStream does not permit this, though.  It needs a way to let transform.readable function as a pull source controlled by the transform function.

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

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