Re: [streams] Readable stream with ack (#324)

> Sure

This is helpful since it illustrates that it's somewhat additive. That is, if we market it as "usually you will never get your array buffer back, but sometimes you might if the consumer is considerate and uses these extra APIs" then it seems more reasonable.

Do you envision usage outside of transform scenarios, or with non-byte streams? More examples always helps :)

> We could also manually do the equivalent by using a stream of tuples of { value, resolve, reject } and a strategy that looks at [[value]] when calculating size.

Hmm that's interesting, and worth keeping in mind.

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

Received on Thursday, 9 April 2015 15:08:26 UTC