Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gion/setinterval

A rewrite of the setInteval/clearInterval functions using setTimout/clearTimeout
https://github.com/gion/setinterval

Last synced: 5 days ago
JSON representation

A rewrite of the setInteval/clearInterval functions using setTimout/clearTimeout

Awesome Lists containing this project

README

        

setInterval.js
==============

A rewrite of the `setInteval`/`clearInterval` functions using their brothers `setTimeout`/`clearTimeout`.
The main reason behind this approach is explained in this [SO post](http://stackoverflow.com/questions/7499060/setinterval-javascript-are-there-known-bugs/7499143#7499143).