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
{{ message }}
This repository was archived by the owner on Apr 14, 2021. It is now read-only.
In older browsers like "Android 4" (pre-kitkat) and Google Chrome 12.0.x (haven't tested the "up-to" value) Intl.js throws
first at #L4 ("global") and then at #L412 ("extends"). At this point i stopped counting...
Since the library's intention is exactly to back-port a modern functionality to older browsers, this issue should be addressed.
Current workaround is to remove the statement
"use strict";
from the distribution script.Will this hatch any dragons in Intl.js?
The text was updated successfully, but these errors were encountered: