• What is the command or method to reveal if any setIntervals are running in memory, despite the attempt to stop them with clearInterval?

    console.log(global["\xFF"].timers); //nice, less info
    trace(global["\xFF"].timers); //full info
    
About

Avatar for Robin @Robin started