A deferred promise implementation that allows external resolution/rejection
Readonly
Returns true if the promise is still pending
Returns true if the promise has been rejected
Returns true if the promise has been resolved
Returns true if the promise has been settled (resolved or rejected)
Static
A deferred promise implementation that allows external resolution/rejection