How can I show a list of every thread running spawned by setTimeout/setInterval

Viewed 6101

I want to do this either by pure javascript or any sort of console in a browser or whatever.

Is it possible?

Thanks

Further explanations: I want to debug a library that does animations. I want to know if there's multiple timers created if there are multiple objects being animated.

3 Answers
Related