-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
TypeError: 'c' is not a constructor in Opera #487
Comments
Internet Explorer is affected too (and I suppose all browsers with Flash sockets), but fallbacks to XHR and data exchange is working. |
This issue should be moved to https://github.com/LearnBoost/socket.io-client. |
Ok, I open new issue there. |
darrachequesne
pushed a commit
that referenced
this issue
Jul 8, 2024
darrachequesne
pushed a commit
that referenced
this issue
Jul 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting this error on Opera, with 0.8.0 (and dunno if there was same error with older versions)
Timeout thread: delay 4 ms
Uncaught exception: TypeError: 'c' is not a constructor
Error thrown at line 2, column 39792 in () in http://mydomain.com:8000/socket.io/socket.io.js?v=201108151:
this.websocket=new c(this.prepareUrl()+d);
called from line 2, column 42075 in () in http://mydomain.com:8000/socket.io/socket.io.js?v=201108151:
b.Transport.websocket.prototype.open.apply(a,c)
called via Function.prototype.apply() from line 2, column 70276 in () in http://mydomain.com:8000/socket.io/socket.io.js?v=201108151:
WebSocket.__tasksa;
Unfortunately, Opera fallback to JSONP and JSONP polling doesn't work at all, and I don't know why.
The text was updated successfully, but these errors were encountered: