🏠 New in High Baseline Support: setInterval

January 29, 2018

caniuse · mdn · spec

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

Source features