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 0e0084b commit 4ecdf0cCopy full SHA for 4ecdf0c
tests/test-request-protocols.js
@@ -8,7 +8,6 @@ xhr = new XMLHttpRequest();
8
xhr.onreadystatechange = function() {
9
if (this.readyState == 4) {
10
assert.equal("Hello World", this.responseText);
11
- this.close();
12
runSync();
13
}
14
};
@@ -25,7 +24,6 @@ var runSync = function() {
25
24
26
27
28
29
sys.puts("done");
30
31
0 commit comments