JavaScript implementation of the timer APIs; setTimeout, clearTimeout, setImmediate, clearImmediate, setInterval, clearInterval, requestAnimationFrame, cancelAnimationFrame, requestIdleCallback, and ...
A diagnostic tool to observe and test JavaScript timer behavior (setTimeout, setInterval) under various browser conditions. This playground makes it easy to visualize the "drift" that occurs when a ...