Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DeferredStatic

Callable

  • __call<TR, TJ, TN>(beforeStart?: function): 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

    • TJ

    • TN

    Parameters

    • Optional beforeStart: function

      A function that is called just before the constructor returns.

    Returns Deferred<TR, TJ, TN>

Index

Properties

Properties

exceptionHook

exceptionHook: any

Generated using TypeDoc