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 17: 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 building blobs with multiple strings combined by BlobBuilder and sendin
g them via XMLHttpRequest. | 2 Test for building blobs with multiple strings combined by BlobBuilder and sendin
g them via XMLHttpRequest. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 * BlobBuilder.append(string) | 7 * BlobBuilder.append(string) |
8 PASS Expected response data received: OK | 8 PASS Expected response data received: OK |
9 PASS Expected response data received: OK | 9 PASS Expected response data received: OK |
10 PASS 'type/foo' is 'type/foo' | 10 PASS 'type/foo' is 'type/foo' |
11 PASS Expected response data received: OK | 11 PASS Expected response data received: OK |
(...skipping 13 matching lines...) Expand all Loading... |
25 PASS Expected response data received: OK | 25 PASS Expected response data received: OK |
26 * BlobBuilder.append(string, "native") - with line-endings | 26 * BlobBuilder.append(string, "native") - with line-endings |
27 PASS Expected response data received: OK | 27 PASS Expected response data received: OK |
28 PASS Expected response data received: OK | 28 PASS Expected response data received: OK |
29 PASS Expected response data received: OK | 29 PASS Expected response data received: OK |
30 PASS Expected response data received: OK | 30 PASS Expected response data received: OK |
31 PASS successfullyParsed is true | 31 PASS successfullyParsed is true |
32 | 32 |
33 TEST COMPLETE | 33 TEST COMPLETE |
34 | 34 |
OLD | NEW |