Promise.finally
finally — A callback for a completed Promise.
Description
Promise.finally()
Changelog
Version | Description |
---|---|
ES 6 | Introduced. |
Examples
Example #1 – Nested example
finally — A callback for a completed Promise.
Promise.finally()
Version | Description |
---|---|
ES 6 | Introduced. |