Re: [streams] Transform streams and acknowledgement of writes (#329)

In PR #361, we can say that:
- `controller.enqueue()` is equivalent to `writer.write()`
- the combination of `controller.respond()` + pullInto() call is equivalent to `bufferProvidingWriter.beginWrite()` and acknowledging it

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

Received on Wednesday, 17 June 2015 09:14:54 UTC