Re: [fetch] specify types of streams (#167)

@wanderview Yes, I wanted to say that we are not going to guarantee that any chunk read from the body stream is of type Uint8Array.

Note that we state any chunk read from the body stream created by the user agent is of type Uint8Array. Also, as Domenic says, DOM consumers expect Uint8Array chunks and they will fail if that expectation is not satisfied.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/167#issuecomment-162015706

Received on Friday, 4 December 2015 16:42:33 UTC