Articles tagged: Timers
Found 3 documents
- Web/API/WindowTimers WindowTimers is a mixin used to provide utility methods which set and clear timers. No objects ...
- 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.