2 Received files in worker
3 Test reading a blob containing non-existent file
6 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
7 Test reading a blob containing existent and non-existent file
10 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
11 Test reading a blob containing empty file
14 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
15 Test reading a blob containing empty text
18 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
19 Test reading a blob containing empty files and empty texts
22 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
23 Test reading a blob containing single file
26 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
27 Test reading a blob containing single text
30 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
31 Test reading a blob containing single text as data URL
33 result: data:;base64,Rmlyc3Q=
34 Received exception, name: NotFoundError, message: Failed to execute 'readAsDataURL' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
35 Test reading a blob containing single text as data URL (optional content type provided)
37 result: data:type/foo;base64,Rmlyc3Q=
38 Received exception, name: NotFoundError, message: Failed to execute 'readAsDataURL' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
39 Test reading a blob containing single ArrayBuffer
41 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
42 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
43 Test reading a blob containing sliced file
46 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
47 Test reading a blob containing sliced text
50 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
51 Test reading a blob containing sliced ArrayBuffer
53 result: 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
54 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
55 Test reading a blob containing multiple files
57 result: HelloWonderfulWorld
58 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
59 Test reading a blob containing multiple texts
61 result: FirstSecondThird
62 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
63 Test reading a blob containing multiple ArrayBuffer
65 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
66 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
67 Test reading a hybrid blob
69 result: FirstHelloSecondWonderfulWorldThird012
70 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
71 Test reading a sliced hybrid blob
74 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
75 Test reading a triple-sliced hybrid blob
77 result: ondWonderfulWorldThird012Foolo
78 Received exception, name: NotFoundError, message: Failed to execute 'readAsBinaryString' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.