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 a8a8074 + 4ecdf0c commit 16c5520Copy full SHA for 16c5520
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
tests/testdata.txt
@@ -1 +1 @@
1
-Hello World
+Hello World
0 commit comments