OLD | NEW |
| (Empty) |
1 | |
2 Received files in worker | |
3 Test reading a blob containing non-existent file | |
4 Received exception 1: NotFoundError | |
5 Received exception 8: NotFoundError | |
6 Test reading a blob containing existent and non-existent file | |
7 Received exception 1: NotFoundError | |
8 Received exception 8: NotFoundError | |
9 Test reading a blob containing empty file | |
10 result size: 0 | |
11 result: | |
12 Received exception 8: NotFoundError | |
13 Test reading a blob containing empty text | |
14 result size: 0 | |
15 result: | |
16 Received exception 8: NotFoundError | |
17 Test reading a blob containing empty files and empty texts | |
18 result size: 0 | |
19 result: | |
20 Received exception 8: NotFoundError | |
21 Test reading a blob containing single file | |
22 result size: 5 | |
23 result: Hello | |
24 Received exception 8: NotFoundError | |
25 Test reading a blob containing single text | |
26 result size: 5 | |
27 result: First | |
28 Received exception 8: NotFoundError | |
29 Test reading a blob containing single text as data URL | |
30 result size: 21 | |
31 result: data:;base64,Rmlyc3Q= | |
32 Received exception 8: NotFoundError | |
33 Test reading a blob containing single text as data URL (optional content type pr
ovided) | |
34 result size: 29 | |
35 result: data:type/foo;base64,Rmlyc3Q= | |
36 Received exception 8: NotFoundError | |
37 Test reading a blob containing single ArrayBuffer | |
38 result size: 9 | |
39 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff | |
40 Received exception 8: NotFoundError | |
41 Test reading a blob containing sliced file | |
42 result size: 5 | |
43 result: onder | |
44 Received exception 8: NotFoundError | |
45 Test reading a blob containing sliced text | |
46 result size: 4 | |
47 result: irst | |
48 Received exception 8: NotFoundError | |
49 Test reading a blob containing sliced ArrayBuffer | |
50 result size: 8 | |
51 result: 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff | |
52 Received exception 8: NotFoundError | |
53 Test reading a blob containing multiple files | |
54 result size: 19 | |
55 result: HelloWonderfulWorld | |
56 Received exception 8: NotFoundError | |
57 Test reading a blob containing multiple texts | |
58 result size: 16 | |
59 result: FirstSecondThird | |
60 Received exception 8: NotFoundError | |
61 Test reading a blob containing multiple ArrayBuffer | |
62 result size: 9 | |
63 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff | |
64 Received exception 8: NotFoundError | |
65 Test reading a hybrid blob | |
66 result size: 38 | |
67 result: FirstHelloSecondWonderfulWorldThird012 | |
68 Received exception 8: NotFoundError | |
69 Test reading a sliced hybrid blob | |
70 result size: 12 | |
71 result: lloSecondWon | |
72 Received exception 8: NotFoundError | |
73 Test reading a triple-sliced hybrid blob | |
74 result size: 30 | |
75 result: ondWonderfulWorldThird012Foolo | |
76 Received exception 8: NotFoundError | |
77 DONE | |
78 | |
OLD | NEW |