dkress59 / wordpress-api-client

WordPress-API Client for JS/TS
https://dkress59.github.io/wordpress-api-client/
MIT License
18 stars 5 forks source link

Errors often fail before reporting because of fetchResponse.json() #20

Open braco opened 1 year ago

braco commented 1 year ago
    const json = await error.json();
                             ^
TypeError: error.json is not a function
    at getErrorMessage (wordpress-api-client/dist/util.js:35:30)

Errors often won't have a JSON response to parse, so this line will fail