- From: Ben Kelly <notifications@github.com>
- Date: Wed, 22 Apr 2015 08:28:17 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 22 April 2015 15:28:46 UTC
I think you can integrate with functions like `logData()` pretty easily with the current spec: ``` stream.getReader().pipeTo(new WritableStream({ write: logData })); ``` --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/341#issuecomment-95237056
Received on Wednesday, 22 April 2015 15:28:46 UTC