When will Firefox 7 support websockets (like Safari and Chrome)?
A test query to websockets.org echo test gets the result: "...the browser doesn't have native support for WebSocket". The same test using Safari or Chrome on a Mac results in: "This browser supports WebSocket". Same problem whether on OS X 10.6 or 10.7. When will Firefox 7 catch up to Safari and Chrome?
A test query to websockets.org echo test gets the result: "...the browser doesn't have native support for WebSocket". The same test using Safari or Chrome on a Mac results in: "This browser supports WebSocket". Same problem whether on OS X 10.6 or 10.7. When will Firefox 7 catch up to Safari and Chrome?
Chosen solution
In Firefox you need to use MozWebSocket.
See:
- https://developer.mozilla.org/en/WebSockets
- https://developer.mozilla.org/en/WebSockets/WebSockets_reference/WebSocket
All Replies (1)
Seçilmiş Həll
In Firefox you need to use MozWebSocket.
See: