Re: [streams] listen() (#341)

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