We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This used to return something like:
{ ok: true, statusCode: 200, status: "OK", body: textOrJson, headers: { "Key": "value" }, }
Now things that depended on it are broken and errors that may come from resp.json() or resp.text() will not be handled properly.
resp.json()
resp.text()
It needs to be changed back to keep API compat (and be more useful to the things that use it).
cc/ @jojobyte Changing this back will probably break some of your stuff too.
The text was updated successfully, but these errors were encountered:
Turns out the node code was completely broken.
Will be fixed by #24
Sorry, something went wrong.
No branches or pull requests
This used to return something like:
Now things that depended on it are broken and errors that may come from
resp.json()
orresp.text()
will not be handled properly.It needs to be changed back to keep API compat (and be more useful to the things that use it).
cc/ @jojobyte Changing this back will probably break some of your stuff too.
The text was updated successfully, but these errors were encountered: