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

Firefox does not use native Promise #264

Closed
mnpenner opened this issue Dec 13, 2016 · 2 comments
Closed

Firefox does not use native Promise #264

mnpenner opened this issue Dec 13, 2016 · 2 comments

Comments

@mnpenner
Copy link

This probably isn't a bug, but I found it quite surprising that Firefox v50 isn't using the native Promise implementation!

I'm just wondering why not? Are there bugs in native implementation?

I ran into an issue because fetch() is returning a native Promise but core-js is feeding me a patched Promise for everything else, which broke all my extensions. I realize this is not core-js's fault and I found a workaround, but I just wanted to confirm this was intentional.

@zloirock
Copy link
Owner

FF does not support custom unhandled rejection handlers, #140

@mnpenner
Copy link
Author

@zloirock Got it. Thanks for the response!

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