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

Promise.prototype.finally missing #9639

Closed
runarberg opened this issue Feb 5, 2018 · 1 comment
Closed

Promise.prototype.finally missing #9639

runarberg opened this issue Feb 5, 2018 · 1 comment

Comments

@runarberg
Copy link
Contributor

Now that Promise.prototype.finally is a part of the ECMAScript spec, it would be nice to be able to use it in my meteor applications as well. However, it is still annoyingly missing from Meteor 1.6.1 despite being present in @babel/runtime/core-js.

hwillson added a commit to hwillson/meteor that referenced this issue Feb 12, 2018
Adds `Promise.prototype.finally` support to Meteor's
`promise` package.

Fixes meteor#9639.
@hwillson
Copy link
Contributor

hwillson commented Feb 12, 2018

Thanks for the suggestion - this is a feature request so normally we'd ask to have this moved over to the http://github.com/meteor/meteor-feature-requests repo, but in this case the changes are quite small, so PR #9663 has been submitted to help with this (and we'll continue to track the issue here).

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

No branches or pull requests

3 participants