OLD | NEW |
(Empty) | |
| 1 Test receiving data as Stream by XMLHttpRequest. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS xhr.response is null |
| 7 PASS xhr.response is null |
| 8 PASS xhr.response is null |
| 9 PASS xhr.status is 200 |
| 10 PASS xhr.response is non-null. |
| 11 PASS onloadstart invoked on reader |
| 12 PASS reader.readyState is reader.LOADING |
| 13 PASS reader.result is non-null. |
| 14 PASS onload invoked on reader |
| 15 PASS onloadend invoked on reader |
| 16 PASS reader.readyState is reader.DONE |
| 17 PASS reader.result is non-null. |
| 18 PASS reader.result.byteLength is 103746 |
| 19 PASS reader.error is null |
| 20 PASS Reader threw an exception for second read attempt: InvalidStateError: An at
tempt was made to use an object that is not, or is no longer, usable. |
| 21 PASS successfullyParsed is true |
| 22 |
| 23 TEST COMPLETE |
| 24 |
OLD | NEW |