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 16: 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 that setRequestHeader encodes header values as latin-1 | 2 Test that setRequestHeader encodes header values as latin-1 |
3 | 3 |
4 PASSED: non-latin-1 header value throws | 4 PASSED: non-latin-1 header value throws |
5 PASSED: header bytes preserved as latin-1 | 5 PASSED: header bytes preserved as latin-1 |
6 PASSED: response header interpreted correctly | 6 PASSED: response header interpreted correctly |
7 | 7 |
OLD | NEW |