Articles tagged: WindowTimers
Found 4 documents
- Web/API/WindowTimers/clearInterval Cancels a timed, repeating action which was previously established by a call to setInterval().
- Web/API/WindowTimers/clearTimeout Cancels a timeout previously established by calling setTimeout().
- Web/API/WindowTimers/setInterval Repeatedly calls a function or executes a code snippet, with a fixed time delay between each ...
- Web/API/WindowTimers/setTimeout Sets a timer which executes a function or specified piece of code once after the timer expires.