See if the underlying promise was fulfilled at the creation time of this inspection object.
See if the underlying promise was defer at the creation time of this inspection object.
See if the underlying promise was rejected at the creation time of this inspection object.
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
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
See if the underlying promise was cancelled at the creation time of this inspection object.