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

window.Intl cannot be assigned on Android 4.4 #15

Open
mdwyer-od opened this issue Apr 22, 2020 · 1 comment
Open

window.Intl cannot be assigned on Android 4.4 #15

mdwyer-od opened this issue Apr 22, 2020 · 1 comment

Comments

@mdwyer-od
Copy link

Using the Intl polyfill on Android 4.4 does not work (Intl.PluralRules specifically) because the Chrome version for Android 4.4 (v30) does not allow for window.Intl to be assigned. Could window.Intl.PluralRules be assigned directly instead?

https://github.com/wessberg/Polyfiller/blob/master/polyfill-lib/intl/intl.js#L5818

@mdwyer-od
Copy link
Author

I created a PR for this here: #17

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

1 participant