gimite / web-socket-js

HTML5 Web Socket implementation powered by Flash
BSD 3-Clause "New" or "Revised" License
2.73k stars 489 forks source link

Edge browser support #173

Open azakhark opened 8 years ago

azakhark commented 8 years ago

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?

gimite commented 8 years ago

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.