Constructor
new PromiseExtender(promise, properties)
- Source:
- Tutorials:
Parameters:
Name | Type | Description |
---|---|---|
promise |
Promise | The promise to extend. |
properties |
Object.<string, any> | A dictionary of custom properties to inject in the promise chain. |
Members
promise :Proxy.<Promise>
- Source:
The extended promise.