[fetch] Make the Response constructor throw when status is 101, 204, 205, or 304, and body is non-null (#86)

This is already enforced by the fetch algorithm and we enforce this for `Request` already (for `GET` and `HEAD`).

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

Received on Wednesday, 22 July 2015 18:45:57 UTC