JavaScript - Does the browser keep track of active timer IDs?
        Posted  
        
            by bobthabuilda
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bobthabuilda
        
        
        
        Published on 2010-05-11T22:37:18Z
        Indexed on 
            2010/05/11
            23:24 UTC
        
        
        Read the original article
        Hit count: 290
        
Does the browser keep track of active setInterval and setTimeout IDs? Or is this solely up to the developer to keep track of?
If it does keep track of them, is it accessible via the BOM?
© Stack Overflow or respective owner