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

> Hmm it looks like the Response.body method says:

https://fetch.spec.whatwg.org/#concept-body you've pointed in this sentence is not Response.body. It's a concept body associated with a concept request or a concept response.

You should look at https://fetch.spec.whatwg.org/#dom-response-body which actually specifies what Response.body is. It leads to the text @domenic just mentioned above.

(/cc @yutakahirano)

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

Received on Wednesday, 2 December 2015 17:41:36 UTC