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
The readme example of a jQuery-esque adapter contains
return Promise.reject(response)
This is bad practice and should not be encouraged (even though jQuery does it). Instead, it should reject with an instance of Error.
Error
The text was updated successfully, but these errors were encountered:
Definitely, we should axe that.
Sorry, something went wrong.
502798d
Thanks, @domenic!
No branches or pull requests
The readme example of a jQuery-esque adapter contains
This is bad practice and should not be encouraged (even though jQuery does it). Instead, it should reject with an instance of
Error
.The text was updated successfully, but these errors were encountered: