1

I need cancel the current pending ajax request, when I try use .resolve() method then all subsequent AJAX call are aborted, but not the current. I use angular AngularJS v1.4.5

1 Answers1

0

This is not possible as far as I know and it's used as an argument for using the RxJS that has support for cancelable observables.

This answer is also related.

Community
  • 1
  • 1
Jiri Kremser
  • 12,471
  • 7
  • 45
  • 72