| OLD | NEW |
| 1 | 1 |
| 2 Received files in worker | 2 Received files in worker |
| 3 Test reading a non-existent file as array buffer | 3 Test reading a non-existent file as array buffer |
| 4 Received exception 1: NOT_FOUND_ERR | 4 Received exception 8: NotFoundError |
| 5 Received exception 8: NotFoundError | 5 Received exception 8: NotFoundError |
| 6 Test reading a non-existent file as binary string | 6 Test reading a non-existent file as binary string |
| 7 Received exception 1: NOT_FOUND_ERR | 7 Received exception 8: NotFoundError |
| 8 Received exception 8: NotFoundError | 8 Received exception 8: NotFoundError |
| 9 Test reading a non-existent file as text | 9 Test reading a non-existent file as text |
| 10 Received exception 1: NOT_FOUND_ERR | 10 Received exception 8: NotFoundError |
| 11 Received exception 8: NotFoundError | 11 Received exception 8: NotFoundError |
| 12 Test reading a non-existent file as data URL | 12 Test reading a non-existent file as data URL |
| 13 Received exception 1: NOT_FOUND_ERR | 13 Received exception 8: NotFoundError |
| 14 Received exception 8: NotFoundError | 14 Received exception 8: NotFoundError |
| 15 Test reading an empty file as array buffer | 15 Test reading an empty file as array buffer |
| 16 result size: 0 | 16 result size: 0 |
| 17 result: | 17 result: |
| 18 Received exception 8: NotFoundError | 18 Received exception 8: NotFoundError |
| 19 Test reading an empty file as binary string | 19 Test reading an empty file as binary string |
| 20 result size: 0 | 20 result size: 0 |
| 21 result: | 21 result: |
| 22 Received exception 8: NotFoundError | 22 Received exception 8: NotFoundError |
| 23 Test reading an empty file as text | 23 Test reading an empty file as text |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 Received exception 8: NotFoundError | 78 Received exception 8: NotFoundError |
| 79 Test calling multiple read methods in a row | 79 Test calling multiple read methods in a row |
| 80 result size: 5 | 80 result size: 5 |
| 81 result: Hello | 81 result: Hello |
| 82 result size: 9 | 82 result size: 9 |
| 83 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff | 83 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff |
| 84 result size: 5 | 84 result size: 5 |
| 85 result: data: | 85 result: data: |
| 86 DONE | 86 DONE |
| 87 | 87 |
| OLD | NEW |