Nuacht

An override to JavaScript's default setInterval () function that behaves better when in a background tab/window. I've noticed that in some browsers, when a window running a repetetive event ...
Yesterday when working with setInterval (or setTimeout inside of an function that calls that function again, creating a loop) I noticed that after a few iterations the loop always slowed down to ...