RE: Draft WebAudio API review text

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