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 |
Constructs a new instance of the ReadablePromise class
Signature:
constructor(requestPromise: Promise<T>);
| Parameter | Type | Description |
|---|---|---|
| requestPromise | Promise |