You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: