File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1105,7 +1105,7 @@ JSONPPolling.prototype.doPoll = function () {
1105
1105
this . script = script ;
1106
1106
1107
1107
var isUAgecko = 'undefined' != typeof navigator && / g e c k o / i. test ( navigator . userAgent ) ;
1108
-
1108
+
1109
1109
if ( isUAgecko ) {
1110
1110
setTimeout ( function ( ) {
1111
1111
var iframe = document . createElement ( 'iframe' ) ;
@@ -1976,7 +1976,7 @@ WS.prototype.doOpen = function(){
1976
1976
1977
1977
if ( this . ws . supports && this . ws . supports . binary ) {
1978
1978
this . supportsBinary = true ;
1979
- this . ws . binaryType = 'buffer ' ;
1979
+ this . ws . binaryType = 'nodebuffer ' ;
1980
1980
} else {
1981
1981
this . ws . binaryType = 'arraybuffer' ;
1982
1982
}
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ WS.prototype.doOpen = function () {
104
104
105
105
if ( this . ws . supports && this . ws . supports . binary ) {
106
106
this . supportsBinary = true ;
107
- this . ws . binaryType = 'buffer ' ;
107
+ this . ws . binaryType = 'nodebuffer ' ;
108
108
} else {
109
109
this . ws . binaryType = 'arraybuffer' ;
110
110
}
Original file line number Diff line number Diff line change 32
32
"parsejson" : " 0.0.1" ,
33
33
"parseqs" : " 0.0.2" ,
34
34
"parseuri" : " 0.0.4" ,
35
- "ws" : " 1.0 .1" ,
35
+ "ws" : " 1.1 .1" ,
36
36
"xmlhttprequest-ssl" : " 1.5.1" ,
37
37
"yeast" : " 0.1.2"
38
38
},
You can’t perform that action at this time.
0 commit comments