- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 05 Aug 2015 06:06:07 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 5 August 2015 13:06:34 UTC
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