We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4dcf19 + 54617e9 commit 4f6e3cfCopy full SHA for 4f6e3cf
lib/transport.js
@@ -29,7 +29,7 @@ function noop () {};
29
*/
30
31
function Transport (req) {
32
- this.readyState = 'opening';
+ this.readyState = 'open';
33
};
34
35
/**
0 commit comments