Possible Duplicate:
JavaScript - Is it possible to view all currently scheduled timeouts?
Is there any way to access the list of all functions that are scheduled to be called (or strings scheduled to be evaluated) by window.setTimeout()
or window.setInterval()
?
Something that returns an Array of objects identical to those returned when these functions were originally called.