We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bfed0 commit 890442bCopy full SHA for 890442b
1 file changed
lib/XMLHttpRequest.js
@@ -308,6 +308,7 @@ exports.XMLHttpRequest = function() {
308
break;
309
310
case undefined:
311
+ case null:
312
case '':
313
host = "localhost";
314
0 commit comments