IJsPromiseFinally Method |
Name | Description | |
---|---|---|
Finally(ActionObject) |
Appends the handler that will be invoked if the promise is settled (fulfilled/rejected).
| |
Finally(FuncObject, Object) |
Appends the handler that will be invoked if the promise is settled (fulfilled/rejected).
|