Open nicks opened 2 years ago
Spent an hour setting up this library only to realize that it did not even support the AbortController.
Is this not what is used for aborting? https://github.com/ctimmerm/axios-mock-adapter/blob/4492f3c3b02c3e7054553b4f3190101b3d5b6a95/src/index.js#L133
From https://axios-http.com/docs/cancellation:
But as far as I can tell, this library only mocks the old cancelToken-based API: https://github.com/ctimmerm/axios-mock-adapter/issues/59
Would you be open to also supporting AbortController?