🏠 New in Low Baseline Support: setInterval

July 29, 2015

caniuse · mdn · spec

The setInterval() global function repeatedly executes provided code on a given delay, and the accompanying clearInterval() cancels the interval.

Source features