-
Notifications
You must be signed in to change notification settings - Fork 374
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
Does not work in IE9 #1
Comments
Probably related to https://github.com/gimite/web-socket-js/issues#issue/41 |
What's the line numbers for this error? I think I may be able to spin up a windows machine tomorrow to test on IE9. |
This is actually not a real issue. pusher-js always worked fine with IE9, but I was testing with the developer tools open. The console.log function behaves differently in IE9 (http://stackoverflow.com/questions/5472938/does-ie9-support-console-log-and-is-it-a-real-function) which caused the Pusher.log function I had defined to break. Of course being IE the error was obtuse and it took random bisection to find the source of the problem... |
Note: IE9 does not currently contain WebSockets.
When accessing http://pushertest.heroku.com/1.7.4-pre, pusher does not log anything
It may be that this is caused by the asynchronous dependency loading. To rule that out I tried http://pushertest.heroku.com/1.6.1 which loads all dependencies together. However there is an error with
Maybe there are two separate issues?
The text was updated successfully, but these errors were encountered: