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.
1 parent 2ea0d13 commit bc9d6c1Copy full SHA for bc9d6c1
lib/transports/polling-xhr.js
@@ -228,7 +228,7 @@ class Request extends Emitter {
228
debug("xhr data %s", this.data);
229
xhr.send(this.data);
230
} catch (e) {
231
- // Need to defer since .create() is called directly fhrom the constructor
+ // Need to defer since .create() is called directly from the constructor
232
// and thus the 'error' event can only be only bound *after* this exception
233
// occurs. Therefore, also, we cannot throw here at all.
234
setTimeout(function() {
0 commit comments