albertyfwu
1c54df627b
changed callback function to have arguments of packet, index, total instead of packet, isDone
2013-02-24 22:18:07 -05:00
albertyfwu
4801248297
updated engine.io-client to work with new payload structure
2013-02-24 21:16:39 -05:00
Guillermo Rauch
7f33b5d404
Merge pull request #124 from albertyfwu/parser_version_fix
...
changed engine.io-protocol version to 0.1.1
2013-02-22 15:11:40 -08:00
albertyfwu
ff2ad5a406
changed engine.io-protocol version to 0.1.1
2013-02-22 18:08:58 -05:00
Guillermo Rauch
8655c6eff3
Merge pull request #122 from albertyfwu/bug86
...
actually fixed bug86 this time (modified sources instead of engine.io.js...
2013-02-22 08:15:31 -08:00
albertyfwu
c749d4361a
actually fixed bug86 this time (modified sources instead of engine.io.js)
2013-02-22 11:09:31 -05:00
Guillermo Rauch
9315fd4716
Merge pull request #115 from shtylman/patch-2
...
remove browserbuild dependency
2013-02-18 15:35:49 -08:00
Guillermo Rauch
c09a42886f
Merge pull request #116 from shtylman/patch-3
...
Update to debug 0.7.2
2013-02-18 15:35:43 -08:00
Guillermo Rauch
7143eef4c7
Merge pull request #117 from shtylman/patch-4
...
Update to ws 0.4.25
2013-02-18 15:35:32 -08:00
Roman Shtylman
50a83ac306
Update to ws 0.4.25
...
This has a 'browser' field which makes it packageable using browserify
and similar tools which read require statements.
2013-02-18 17:16:28 -05:00
Roman Shtylman
47a66fc334
Update to debug 0.7.2
...
This has a browserify field which makes it packageable using similar tools.
2013-02-18 17:14:49 -05:00
Roman Shtylman
98d4b5729c
remove browserbuild dependency
...
No longer used.
2013-02-18 17:13:31 -05:00
Guillermo Rauch
5260fe37f2
Merge pull request #111 from ysaw/bug108
...
Added onerror handler for script tag in jsonp transport
2013-02-16 08:33:27 -08:00
Guillermo Rauch
d66c2bee18
Merge pull request #113 from pyhrus/readme_flash_files_location
...
Added the URL where the flash files can be found in README.md
2013-02-16 08:31:46 -08:00
Guillermo Rauch
118b161c6e
Merge pull request #112 from asdfryan/bug86
...
fix for issue 86: try catch for iframe removal
2013-02-16 08:31:17 -08:00
Shankar Karuppiah
fbb34de1c0
Added the URL where the flash files can be found in README.md
2013-02-16 14:31:57 +02:00
Ryan Liu
4bbeb4b091
double quotes to single quotes
2013-02-15 22:18:04 -05:00
Ryan Liu
a3f447377f
Merge branch 'master' of https://github.com/LearnBoost/engine.io-client into bug86
2013-02-15 22:16:04 -05:00
Ryan Liu
b68f80f966
ted made me get rid of white space
2013-02-15 22:09:08 -05:00
Ryan Liu
41aea326b1
fixed JSONPPolling iframe removal error, issue #86
2013-02-15 22:06:12 -05:00
Yihui Saw
4680c20859
changed error message to match xhr error message on jsonp transport script tag
2013-02-15 21:45:04 -05:00
Yihui Saw
3432e0aab3
Added onerror handler for script tag in jsonp transport
2013-02-15 20:51:37 -05:00
Guillermo Rauch
956705af1f
Merge pull request #110 from mjgil/bug-fix-#107
...
remove uid qs
2013-02-15 16:35:42 -08:00
Malcom Gilbert
04b3da0944
remove uid qs
2013-02-15 19:32:29 -05:00
Guillermo Rauch
cdca3b6a57
lib: removed editor file
...
cc @sweetieSong
2013-02-14 13:01:50 -08:00
Guillermo Rauch
702254fdf3
Added missing colon in payload. Thanks @lsm
2013-02-10 08:22:55 -08:00
Guillermo Rauch
119182eefd
Release 0.4.3
2013-02-08 12:10:18 -08:00
Guillermo Rauch
903f63d46d
package: removed unusued parser.js
2013-02-08 12:09:51 -08:00
Guillermo Rauch
639276600b
Release 0.4.2
2013-02-08 10:53:05 -08:00
Guillermo Rauch
8b655dd5f7
polling-jsonp: fix ie6 JSONP on SSL
2013-02-01 09:35:57 -08:00
Guillermo Rauch
116a9346e2
Merge pull request #95 from pokermania/to_learnboost_20130130
...
close also if socket.readyState is on "opening"
2013-01-30 08:15:31 -08:00
Andor Goetzendorff
c4528ecbe7
close also if socket.readyState is on "opening"
2013-01-30 16:59:22 +01:00
Guillermo Rauch
e2036989b0
Merge pull request #94 from timmak/master
...
Updated component to 4.1
2013-01-29 14:26:13 -08:00
timmak
30a1554a14
Update component.json
2013-01-29 22:05:17 +00:00
timmak
2bf232faae
Update component.json
2013-01-29 22:01:53 +00:00
timmak
610184a3af
Update component.json
2013-01-29 21:53:47 +00:00
Guillermo Rauch
8715eb7e6e
Merge pull request #93 from sweetieSong/add/engine.io-parser
...
Integrated the enine.io-parser
2013-01-28 15:08:14 -08:00
Sweet Song
5929dcdea9
parser.js: removed the file
...
package.json: added the engine.io-parser dependency
everything else: switched to engine.io-parser
2013-01-28 11:40:15 -05:00
Guillermo Rauch
27ca5b38fc
Merge pull request #91 from ramitos/patch-1
...
fix "TypeError: Object #<Object> has no method 'global'"
2013-01-21 09:32:10 -08:00
Sérgio Ramos
5f8356a567
fix "TypeError: Object #<Object> has no method 'global'"
2013-01-21 14:26:49 +00:00
Guillermo Rauch
57e29ef53b
Merge pull request #90 from ruxkor/to_learnboost_20130117
...
client now ignores unsupported upgrades
2013-01-19 12:32:58 -08:00
Guillermo Rauch
0722fee9d1
Release 0.4.1
2013-01-18 15:41:43 -08:00
Andor Goetzendorff
05c4bf02fe
client now ignores unsupported upgrades
2013-01-17 17:35:18 +01:00
Guillermo Rauch
d2196bfbc8
Merge pull request #89 from Raynos/xhr
...
Do not shadow global XMLHttpRequest
2013-01-07 09:13:49 -08:00
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
Guillermo Rauch
2e07479ef0
socket: added data event (as synonym to message)
2012-12-17 00:10:24 -03:00
Guillermo Rauch
e81902e4cc
README: deprecate options for uri
2012-12-16 21:18:09 -03:00
Guillermo Rauch
ab70697913
socket: remove resource and fix path
2012-12-16 20:52:01 -03:00
Guillermo Rauch
a7d4d192d6
socket: fixed access to opts
2012-12-16 20:51:53 -03:00
Guillermo Rauch
aea76ad045
test: fixed transports tests
2012-12-16 20:49:44 -03:00