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
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?
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. Couldwindow.Intl.PluralRules
be assigned directly instead?https://github.com/wessberg/Polyfiller/blob/master/polyfill-lib/intl/intl.js#L5818
The text was updated successfully, but these errors were encountered: