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

Intl is not defined #34

Closed
pherrymason opened this issue Apr 12, 2019 · 3 comments
Closed

Intl is not defined #34

pherrymason opened this issue Apr 12, 2019 · 3 comments

Comments

@pherrymason
Copy link

Some browsers do not support the object Intl.

If do not want to support older browsers, is there a way to disable this feature?

@shaack
Copy link
Owner

shaack commented Apr 12, 2019

You could use a shim or polyfill like https://github.com/andyearnshaw/Intl.js

@shaack
Copy link
Owner

shaack commented Apr 13, 2019

Dit it worked? If yes, please tell me and for which Browser, in that case I could update the documentation. Thanks!

@pherrymason
Copy link
Author

pherrymason commented May 28, 2019

Yes sorry. I had reports of Internet explorer (I think it was IE 9) complaining about it and after adding a polyfill I got no more errors.

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

2 participants