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

String.fromCodePoint is a ES6 feature, but features=es6 not return String.fromCodePoint polyfill #92

Closed
yassh opened this issue Jan 30, 2019 · 1 comment

Comments

@yassh
Copy link

yassh commented Jan 30, 2019

Open following URL in IE 11:
https://polyfill.io/v3/polyfill.js?features=es6

Expected:
Content includes String.fromCodePoint polyfill, because String.fromCodePoint is a ES6 feature and IE 11 doesn't support it.

Actual:
Content doesn't include String.fromCodePoint polyfill.

@JakeChampion JakeChampion transferred this issue from polyfillpolyfill/polyfill-service Jan 30, 2019
@JakeChampion
Copy link
Owner

Fixed via d67cbba

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants