Stable Timers. Timers that work the way you expect them to.

github.com/getify/stable-timers

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2017
  • tweaking tests
August 2015
  • adding README and package.json (for npm release)
  • lots of improved code comments, corrections of date.now() logic, and …
  • reorg complete with UMD-ification
  • starting a code reorg as a module
  • temp hack to work around node breakage: s/clearTimeout/clearTimeout2
  • change sorting to include expressed time interval
  • support setInterval repeating entries
  • work on optimizing tick perf
  • fixing ordering bugs
  • removing log statement
  • initial commit