pusher-js/core/utils/timers library

Classes

OneOffTimer
Cross-browser compatible one-off timer abstraction.
PeriodicTimer
Cross-browser compatible periodic timer abstraction.

Functions

clearInterval(dynamic timer) → dynamic
clearTimeout(dynamic timer) → dynamic
We need to bind clear functions this way to avoid exceptions on IE8