Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

addPadding

  • addPadding(number: number, zeros: number): string

clearGoodInterval

  • clearGoodInterval(id: any): void

setGoodInterval

  • setGoodInterval(callback: Function, timeout: number): number
  • A self-correcting version of [[setTimeout]], which will "speed up" subsequent calls if it falls behind (as a result of being behind too many other queued events on the event loop).

    Can potentially cause a "burst" of the same calls, if for some reason it falls very behind.

    Parameters

    • callback: Function
    • timeout: number

    Returns number

Legend

  • Function
  • Interface
  • Class

Generated using TypeDoc