Used in fetch Promise chains to return the JSON version of the response. Note that resp.json() will throw on empty body so we use resp.text() instead.
resp.json()
Used in fetch Promise chains to return the JSON version of the response. Note that
resp.json()will throw on empty body so we use resp.text() instead.