You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using web-socket-js in a force Flash mode and it works just fine except for the Edge browser. When running in Edge, error happens in WebSocket.prototype.__createMessageEvent() method because of the Microsoft confirmed bug #7598786. While I don't see Edge in the list of supported browsers, may be there is a chance to work around this to support current release of Edge?
The text was updated successfully, but these errors were encountered:
I would accept pull request for the workaround. But Edge browser supports WebSocket (I believe), so it should work if you set WEB_SOCKET_FORCE_FLASH to false, which is usually recommended.
We are using web-socket-js in a force Flash mode and it works just fine except for the Edge browser. When running in Edge, error happens in
WebSocket.prototype.__createMessageEvent()
method because of the Microsoft confirmed bug #7598786. While I don't see Edge in the list of supported browsers, may be there is a chance to work around this to support current release of Edge?The text was updated successfully, but these errors were encountered: