Files
socket.io/lib
Raynos eb4d91bde9 Do not shadow global XMLHttpRequest
If you use the XMLHttpRequest variable name then the if
typeof XMLHttpRequest === 'undefined' check will always
return false and the XHR polling method is never used.

This is needed because JSONP polling is buggy and doesn't emit
close when server shutsdown. JSONP should be fixed / disabled.
2013-01-06 17:03:52 -08:00
..
2012-12-08 19:11:43 -03:00
2012-07-01 19:06:34 -07:00
2013-01-06 17:03:52 -08:00