Re: [whatwg/fetch] 204 and json (#113)

Or, just check the status as in https://github.com/whatwg/fetch/issues/113#issuecomment-409922366. Or: `const json = await response.json().catch(() => ({}))`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/113#issuecomment-420995554

Received on Thursday, 13 September 2018 12:53:01 UTC