Timeout handlers (Definition)

You can set event handlers to be called when a timeout expires.

This is a mechanism for scheduling the execution of a script at some time in the future. The delay is measured from the moment the setTimeout() method is invoked.

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