-
Notifications
You must be signed in to change notification settings - Fork 517
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
Internet Explorer 11 #180
Comments
IE 11 doesn't support polyfills. You will need to include polyfill libraries.
` Also, include a fallback script in case the polyfills fail. Such as.... ` if (!window.fetch) { if (!Array.prototype.map) { if (!Array.prototype.find) { if (!Array.prototype.includes) { |
Hi ....Not able to view the WordCloud on IE 11.
The text was updated successfully, but these errors were encountered: