setInterval
Widely available since 2018-01-29
The setInterval()
global function repeatedly executes provided code on a given delay, and the accompanying clearInterval()
cancels the interval.
Learning resources on MDN
Browser support
- Chrome 3 Released on 2009-09-15
- Chrome Android 18 Released on 2012-06-27
- Edge 12 Released on 2015-07-29
- Firefox 3.5 Released on 2009-06-30
- Firefox for Android 4 Released on 2011-03-29
- Safari 4 Released on 2009-06-08
- Safari on iOS 5 Released on 2011-10-12
Specifications
- HTML (#timers), from HTML Workstream (WHATWG).
View web-platform-tests results for this feature - View the feature source file (dist) - Edit the feature - Report an issue about this feature