timers-browserify
Advanced tools
Changelog
2.0.2 - 2016-10-19
.npmignore
now excludes example scripts, reducing package sizeChangelog
2.0.1 - 2016-06-21
clearTimeout
and clearInterval
no longer throws when passed null or
undefined instead of the timeout token.Changelog
2.0.0 - 2016-03-28
setImmediate
and clearImmediate
now use the setimmediate
module which
has better cross-browser coverage. In particular, it resolves a crash in
Safari. The setimmediate
module adds these methods to the global
immediately, so a major version bump seems safest.Changelog
1.4.0 - 2015-02-23
timers-browserify-full
, which offers a larger, but much more exact,
version of Node's timers
librarysetTimeout
and setInterval
return objects with the same API as the Node
implementation, instead of just IDsactive
implementation actually has an effect, as in Nodeapply
that break in IE 8Changelog
1.3.0 - 2015-02-04
setImmediate
and clearImmediate
if they exist