core.readablepromise._constructor_
Home > @medplum/core > ReadablePromise > (constructor)
ReadablePromise.(constructor)
Constructs a new instance of the ReadablePromise class
Signature:
constructor(requestPromise: Promise<T>);
Parameters
| Parameter | Type | Description |
|---|---|---|
| requestPromise | Promise<T> |