Web features explorer

setInterval

Widely available since 2018-01-29
Tags: api

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

Specifications