Polyfiller icon indicating copy to clipboard operation
Polyfiller copied to clipboard

window.Intl cannot be assigned on Android 4.4

Open mdwyer-od opened this issue 4 years ago • 1 comments

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 avatar Apr 22 '20 12:04 mdwyer-od

I created a PR for this here: https://github.com/wessberg/Polyfiller/pull/17

mdwyer-od avatar May 05 '20 17:05 mdwyer-od