OLD | NEW |
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 48: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. |
2 Test for bug 5924 - zero-length responses to XMLHTTPRequest mishandled. | 2 Test for bug 5924 - zero-length responses to XMLHTTPRequest mishandled. |
3 | 3 |
4 after creation: Uninitialized | 4 after creation: Uninitialized |
5 ResponseText: "" | 5 ResponseText: "" |
6 after setting onreadystatechange: Uninitialized | 6 after setting onreadystatechange: Uninitialized |
7 after open(): Open | 7 after open(): Open |
8 after overrideMimeType(): Open | 8 after overrideMimeType(): Open |
9 after send(): Loaded | 9 after send(): Loaded |
10 Status: 200 | 10 Status: 200 |
11 StatusText: "OK" | 11 StatusText: "OK" |
12 ResponseText: "" | 12 ResponseText: "" |
13 ResponseXML: null | 13 ResponseXML: null |
14 ResponseXML serialized: n/a | 14 ResponseXML serialized: n/a |
OLD | NEW |