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

console polyfill needed for IE 9 #2289

Closed
alecklandgraf opened this issue May 20, 2017 · 1 comment
Closed

console polyfill needed for IE 9 #2289

alecklandgraf opened this issue May 20, 2017 · 1 comment
Milestone

Comments

@alecklandgraf
Copy link

full disclosure I don't have an IE 9 instance to test with, but I think this will break

Description

IE 9 does not support console unless dev tools is open.
http://stackoverflow.com/questions/5472938/does-ie9-support-console-log-and-is-it-a-real-function#comment15214547_5473193

A polyfill can prevent JS from breaking: https://github.com/paulmillr/console-polyfill

Environment

  1. Operating system: Windows
  2. Browser and version: IE 9

Reproducible Demo

I don't have an environment to test this with.

@gaearon
Copy link
Contributor

gaearon commented May 20, 2017

Thanks for reporting!

@lock lock bot locked and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants