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 24: 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 XMLHttpRequest and document.xmlEncoding interaction. | 2 Test XMLHttpRequest and document.xmlEncoding interaction. |
3 | 3 |
4 The request body should contain the word "Проверка". | 4 The request body should contain the word "Проверка". |
5 | 5 |
6 responseXML.xmlEncoding: windows-1251 | 6 responseXML.xmlEncoding: windows-1251 |
7 responseXML.xmlVersion: 1.0 | 7 responseXML.xmlVersion: 1.0 |
8 responseXML.xmlStandalone: true | 8 responseXML.xmlStandalone: true |
9 Request body: <?xml version="1.0" encoding="windows-1251" standalone="yes"?><doc
>Проверка</doc> | 9 Request body: <?xml version="1.0" encoding="windows-1251" standalone="yes"?><doc
>Проверка</doc> |
OLD | NEW |