Type Parameters

  • R

Hierarchy

  • Inspection

Implemented by

Methods

  • See if the underlying promise was cancelled at the creation time of this inspection object.

    Returns boolean

  • See if the underlying promise was fulfilled at the creation time of this inspection object.

    Returns boolean

  • See if the underlying promise was defer at the creation time of this inspection object.

    Returns boolean

  • See if the underlying promise was rejected at the creation time of this inspection object.

    Returns boolean

  • Get the rejection reason for the underlying promise. Throws if the promise wasn't rejected at the creation time of this inspection object.

    throws TypeError

    Returns any

  • Get the fulfillment value of the underlying promise. Throws if the promise wasn't fulfilled at the creation time of this inspection object.

    throws TypeError

    Returns R