Convenience wrapper for setInterval.
setInterval
setInterval Uses setInterval, so the same delay restrictions apply.
Runs action every ms milliseconds. CAUTION: If the given action callback throws an error, the interval is cancelled to avoid excessive error logging.
target delay
called after each delay
limits the number of invocations
Convenience wrapper for
setInterval
.See
setInterval Uses
setInterval
, so the same delay restrictions apply.