Re: [streams] type of Chunk.value (#410)

Ok so that means that functions returning a Chunk should specify what the exact type of the Chunk is I suppose. I am using the Fetch API's [fetch method](https://fetch.spec.whatwg.org/#fetch-method) which [returns a Promise of a Response](https://fetch.spec.whatwg.org/#response), which contains a `body` which is a `ReadableStream`.

Presumably they should state in their documentation what the type of the chunks returned by the ReadableStream is right?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/410#issuecomment-161337832

Received on Wednesday, 2 December 2015 15:42:07 UTC