Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gion/setinterval
- Owner: gion
- Created: 2014-05-19T08:18:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T08:32:18.000Z (over 10 years ago)
- Last Synced: 2023-03-29T06:07:38.624Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).