Re: [whatwg/streams] Brainstorming a buffer-reusing version of writable streams (#495)

Yeah. Probably want to do the same with `getWriter({mode:"RBYOB", writeInto(buffer) {...}` too actually, as you pointed out about transferred/detached buffers.

Actually, as these reversed cases turn `writer` and `reader` into emitters of 'push' like events, maybe we want to consider if the api for [Observables](https://github.com/tc39/proposal-observable) is relevant.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/495#issuecomment-256974922

Received on Friday, 28 October 2016 17:11:12 UTC