I don't believe this is currently possible using the JavaScript libraries, however it would be best if @Mark or another Kinvey team member can confirm.
M
Mark
said
almost 7 years ago
Confirmed.
The Angular library internally uses [$http](https://docs.angularjs.org/api/ng/service/$http), which by itself [doesn’t allow a way to listen for events](https://github.com/angular/angular.js/issues/1934).
Aaron Saunders
Thanks