- From: Henry Story <notifications@github.com>
- Date: Wed, 02 Dec 2015 07:41:19 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 2 December 2015 15:42:07 UTC
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