Re: [fetch] Proposed backward-incompatible change: requiring cloning all requests/responses (#61)

> Why does `body` become null after `fetch`?

`fetch()` invokes `new Request()` which transfers the body from one place to another as part of sanitizing requests.

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

Received on Tuesday, 30 June 2015 15:34:11 UTC