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
From https://axios-http.com/docs/cancellation:
Starting from v0.22.0 Axios supports AbortController to cancel requests in fetch API way.
But as far as I can tell, this library only mocks the old cancelToken-based API: #59
Would you be open to also supporting AbortController?
The text was updated successfully, but these errors were encountered:
Spent an hour setting up this library only to realize that it did not even support the AbortController.
Sorry, something went wrong.
Is this not what is used for aborting?
axios-mock-adapter/src/index.js
Line 133 in 4492f3c
No branches or pull requests
From https://axios-http.com/docs/cancellation:
But as far as I can tell, this library only mocks the old cancelToken-based API:
#59
Would you be open to also supporting AbortController?
The text was updated successfully, but these errors were encountered: