- From: Domenic Denicola <domenic@domenicdenicola.com>
- Date: Thu, 25 Jul 2013 11:58:55 +0000
- To: Janessa Det <jandet@gmail.com>, Alex Russell <slightlyoff@google.com>
- CC: "www-tag@w3.org List" <www-tag@w3.org>
FWIW the proposed return-the-destination-node idea matches Node.js’s `ReadableStream.prototype.pipe` exactly. (Example: `http.get(url).pipe(streamingJsonParser).pipe(objectTransformer).pipe(jsonStringifier).pipe(clientResponse)`.) That API has gotten a lot of good feedback and usage from developers.
Received on Thursday, 25 July 2013 11:59:46 UTC