From: whatwg <whatwg-boun...@lists.whatwg.org> on behalf of Domenic Denicola 
<dome...@domenicdenicola.com>

> Of these, 1 seems much nicer, based on my Node.js experience.

To be clearer as to why this is: stream APIs work much better when things you 
write to are represented as writable streams (option 1), instead of 
representing them as functions that accept readable streams (option 2).

Reply via email to