Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 728 Bytes

File metadata and controls

24 lines (19 loc) · 728 Bytes
nav-title timer How-To
title timer
description Examples for using timer
previous_url /ApiReference/timer/HOW-TO

Timer module

How to require timer module

Evaluates an expression after 0 milliseconds.

Evaluates an expression after a specified number of milliseconds.

Cancels the evaluation with the clearTimeout method.

Evaluates an expression each time a specified number of milliseconds has elapsed.

Cancel the interval previously started using the setInterval method.