Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the finally() method for promises? #103

Open
Ashark opened this issue Dec 7, 2023 · 0 comments
Open

Implement the finally() method for promises? #103

Ashark opened this issue Dec 7, 2023 · 0 comments

Comments

@Ashark
Copy link

Ashark commented Dec 7, 2023

I do not see the finally method described in the Promises/A+ web site, but it is used when you want to run something independently of if the promise was fulfilled or rejected.

promise.then().catch().finally()

Will this be implemented in this project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant