Private
constructorCreates a new Promise wrapper
Was this promise resolved?
Was this promise rejected?
When was this promise resolved or rejected?
The promise this object wraps.
Optional
value: TIf the promise resolved the unwrapped value.
Readonly
completedReadonly
promiseReadonly
rejectedReadonly
resolvedOptional
Readonly
timestampedOptional
Readonly
valueStatic
fromStatic method to create a PromiseWithMetadata object.
Generated using TypeDoc
Utility object to store a single promise and associated metadata that will make handling easier.