angular-promise-tracker icon indicating copy to clipboard operation
angular-promise-tracker copied to clipboard

View active promises

Open connorbode opened this issue 11 years ago • 3 comments

Is it possible to get a list of active promises from a tracker? This would be a nice feature

connorbode avatar Oct 30 '14 17:10 connorbode

Do you just want an array of the active promises? I don't quite understand. What's your use case?

ajoslin avatar Nov 13 '14 18:11 ajoslin

Purely for debugging actually. But I've narrowed down the problem.. when I set cache: true for $http, cache hits seem to register the request with the tracker but not the response. My guess is that the cached responses don't go through the interceptor.

connorbode avatar Nov 13 '14 18:11 connorbode

I'm interested in showing a progress bar based on the pending promises - this would be helpful.

bhollis avatar May 31 '15 21:05 bhollis