| OLD | NEW |
| 1 CONSOLE WARNING: isValidHTTPHeaderValue() will be deprecated and will be removed
in future. |
| 1 CONSOLE MESSAGE: line 6: XHR loaded: 1 | 2 CONSOLE MESSAGE: line 6: XHR loaded: 1 |
| 2 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/. | 3 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/. |
| 3 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques
ts is deprecated. | 4 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques
ts is deprecated. |
| 4 CONSOLE MESSAGE: line 6: XHR loaded: 2 | 5 CONSOLE MESSAGE: line 6: XHR loaded: 2 |
| 5 CONSOLE MESSAGE: line 6: XHR loaded: 3 | 6 CONSOLE MESSAGE: line 6: XHR loaded: 3 |
| 6 CONSOLE MESSAGE: line 6: XHR loaded: 4 | 7 CONSOLE MESSAGE: line 6: XHR loaded: 4 |
| 7 CONSOLE MESSAGE: line 6: XHR loaded: 5 | 8 CONSOLE MESSAGE: line 6: XHR loaded: 5 |
| 8 CONSOLE MESSAGE: line 6: XHR loaded: 6 | 9 CONSOLE MESSAGE: line 6: XHR loaded: 6 |
| 9 CONSOLE MESSAGE: line 6: XHR loaded: 7 | 10 CONSOLE MESSAGE: line 6: XHR loaded: 7 |
| 10 CONSOLE MESSAGE: line 6: XHR loaded: 8 | 11 CONSOLE MESSAGE: line 6: XHR loaded: 8 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 requestMethod: POST | 54 requestMethod: POST |
| 54 test request header value: headerValueG | 55 test request header value: headerValueG |
| 55 | 56 |
| 56 Running: testPostSync | 57 Running: testPostSync |
| 57 Dumping request: | 58 Dumping request: |
| 58 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.
php | 59 url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.
php |
| 59 requestFormData: payload | 60 requestFormData: payload |
| 60 requestMethod: POST | 61 requestMethod: POST |
| 61 test request header value: headerValueH | 62 test request header value: headerValueH |
| 62 | 63 |
| OLD | NEW |