We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Affected browsers: at least FF 57 and Edge 16 Affected versions: core-js@^2.5.0
Reproducible example:
import 'core-js/fn/promise/finally' typeof fetch('https://gooogle.com').finally > "undefined"
If include polyfill partially then following code works as expected:
import 'core-js/modules/es7.promise.finally' typeof fetch('https://gooogle.com').finally > "function"
Online demo
The text was updated successfully, but these errors were encountered:
It's a duplicate of issues like #332 or #178.
Sorry, something went wrong.
Ok. I will close it.
wrap fetch for prevent problems like #178, #332, #371
fetch
96d5372
No branches or pull requests
Affected browsers: at least FF 57 and Edge 16
Affected versions: core-js@^2.5.0
Reproducible example:
If include polyfill partially then following code works as expected:
Online demo
The text was updated successfully, but these errors were encountered: