Skip to content

Minor fixes to timers and error messages

Compare
Choose a tag to compare
@fatso83 fatso83 released this 26 Jul 15:22
· 554 commits to main since this release
  • Fix setInterval() behavior with string times
  • Incorporate test from PR #65
  • Fix issue #59: context object required 'process'
  • fixed a case where runAll was called and there are no timers (#70)
  • Correct the clear{Interval|Timeout|Immediate} error message when calling set* for a different type of timer.
  • Lots of minor changes to tooling and the build process