core.readablepromise._constructor_ | Medplum

ReadablePromise.(constructor)

Constructs a new instance of the ReadablePromise class

Signature:

constructor(requestPromise: Promise<T>);

Parameters

Parameter Type Description
requestPromise Promise