So I was wondering, is there any feasible way in JavaScript to view information about scheduled timeouts and intervals that you don\'t explicitly know about (I know se
se
We've just published a package solving this exact issue.
npm install time-events-manager
With that, you can view them via timeoutCollection & intervalCollection objects.
timeoutCollection
intervalCollection