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 http://xhr.spec.whatwg.org/. | 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 http://xhr.spec.whatwg.org/. |
| 2 CONSOLE WARNING: isValidHTTPHeaderValue() will be deprecated and will be removed
in future. |
2 Allow lists starting with a comma should be parsed correctly. | 3 Allow lists starting with a comma should be parsed correctly. |
3 | 4 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 6 |
6 | 7 |
7 Sending GET request with custom headers. | 8 Sending GET request with custom headers. |
8 PASS xhr.send(null) is undefined. | 9 PASS xhr.send(null) is undefined. |
9 PASS response['x-print'] is "unicorn" | 10 PASS response['x-print'] is "unicorn" |
10 PASS response['y-print'] is "narwhal" | 11 PASS response['y-print'] is "narwhal" |
11 Sending PUT request. | 12 Sending PUT request. |
12 PASS xhr.send(null) is undefined. | 13 PASS xhr.send(null) is undefined. |
13 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
14 | 15 |
15 TEST COMPLETE | 16 TEST COMPLETE |
16 | 17 |
OLD | NEW |