Web features explorer

setInterval

Widely available
Tags: api

The setInterval() global function repeatedly executes provided code on a given delay, and the accompanying clearInterval() cancels the interval. To learn more, see Window: setInterval() method, Window: clearInterval() method at MDN.

Compatibility

Specifications