Interval handlers (Definition)

You can set event handlers to be called periodically on a regular basis.

This is a mechanism for scheduling the execution of a script at regular intervals. The interval is specified with the setInterval() method.

See also:Window.clearInterval(), Window.setInterval()