What is the alternative to setInterval() method

Hi
I want to avoid anyone accidentally clearing the timer for the mine setInterval timer.
and as of now, I have not found any solution to this.
So, I am checking for any alternative available in JS/web for the setInterval method to invoke code/function after a specific time.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.