Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DeferredStatic

Callable

  • DeferredStatic<TR, TJ, TN>(beforeStart?: ((this: Deferred<TR, TJ, TN>, deferred: Deferred<TR, TJ, TN>) => void)): Deferred<TR, TJ, TN>
  • A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.

    see

    ``

    since

    1.5

    Type Parameters

    • TR = any

    • TJ = any

    • TN = any

    Parameters

    • Optional beforeStart: ((this: Deferred<TR, TJ, TN>, deferred: Deferred<TR, TJ, TN>) => void)

      A function that is called just before the constructor returns.

    Returns Deferred<TR, TJ, TN>

Index

Properties

Properties

exceptionHook: any

Generated using TypeDoc