Description |
JavaScript implementation of the timer APIs; setTimeout, clearTimeout,
setImmediate, clearImmediate, setInterval, clearInterval, and
requestAnimationFrame, along with a clock instance that controls the flow of
time. Lolex also provides a Date implementation that gets its time from the
clock.
|