Re: [fetch] Body.json reviver (#104)

This doesn't make sense. The whole point of body.json() is that the parsing can happen entirely in C++ without calling back in to JavaScript. If you want to do the parsing in JavaScript, you should just use `body.text()` and `JSON.parse` it yourself.

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

Received on Wednesday, 5 August 2015 13:06:34 UTC