Once I have done `fetch('/url').then(x => x.json())` If I do call the `json()` again, why does it have to throw — TypeError Already Read? <img width="498" alt="screen shot 2016-01-14 at 3 17 45 pm" src="https://cloud.githubusercontent.com/assets/194482/12351205/f8fdc946-bba1-11e5-9250-c1a7af5fb750.png"> Reference to fetch implementation — https://github.com/github/fetch/blob/4db9f7b4519d85ec19fee540f5467db1569e80f6/fetch.js#L212