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

Support for Promise.prototype.finally #450

Closed
nmoinvaz opened this issue Aug 2, 2018 · 2 comments
Closed

Support for Promise.prototype.finally #450

nmoinvaz opened this issue Aug 2, 2018 · 2 comments

Comments

@nmoinvaz
Copy link

nmoinvaz commented Aug 2, 2018

It appears that Promise.prototype.finally has been accepted.
https://github.com/tc39/proposals/blob/master/finished-proposals.md
It would be great to have this included in this ES6 shim.

@ljharb
Copy link
Collaborator

ljharb commented Aug 2, 2018

Promise.prototype.finally is part of ES2018 - this shim is exclusively and only for ES2015.

The official shim for finally is https://npmjs.com/promise.prototype.finally, which is also included in https://npmjs.com/airbnb-browser-shims.

@ljharb ljharb closed this as completed Aug 2, 2018
@nmoinvaz
Copy link
Author

nmoinvaz commented Aug 2, 2018

Thanks!

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

2 participants