Re: [whatwg] Questions about the Fetch API

From: whatwg <whatwg-bounces@lists.whatwg.org> on behalf of Domenic Denicola <domenic@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).

Received on Monday, 14 July 2014 15:57:02 UTC