This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
socket.io
Watch
1
Star
1
Fork
0
You've already forked socket.io
mirror of
https://github.com/socketio/socket.io.git
synced
2026-04-30 03:00:39 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fa187c48e6e24ef90647191a4165665c73f7dce4
socket.io
/
lib
/
transports
History
Guillermo Rauch
fa187c48e6
transports: fix node tests error
2013-12-30 21:44:46 -03:00
..
flashsocket.js
Fixed - there is no host property only hostname
2013-09-19 15:15:25 +03:00
index.js
use
jsonp
in favor of
XDomainRequest
to preserve
Cookie
headers in all situations [3rd-eden] (
fixes
#217
)
2013-12-20 12:36:33 -03:00
polling-jsonp.js
use updated
component/global
API
2013-08-22 21:46:49 -07:00
polling-xhr.js
polling-xhr: handle errors for xhr creation (fixes
access denied
issues)
2013-12-30 15:27:35 -03:00
polling.js
transports: fix node tests error
2013-12-30 21:44:46 -03:00
websocket.js
Fixed - flash socket creation should not call websocket doOpen as that will create a websocket and not a flashsocket connection because of changed scope(in websocket transport WebSocket is pointing to value returned by ws library, which in case of IE6,7,8 will be null and in result of that will fail with an error)
2013-09-19 15:15:18 +03:00