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

Ah ok. Thanks. sometimes these docs are a bit difficult to read. One could imagine adding such type information into the signature [for the Response class](https://fetch.spec.whatwg.org/#response-class) by writing something like

```
[SameObject] readonly attribute ReadableStream<Uint8Array> body;
```

That would make it much more pleasant I think for a developer.

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

Received on Wednesday, 2 December 2015 17:10:03 UTC