2 Received files in worker
3 Test reading a non-existent file as array buffer
4 Received exception, name: NotFoundError, message: Failed to execute 'readAsArrayBuffer' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
5 Received exception, name: NotFoundError, message: Failed to execute 'readAsArrayBuffer' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
6 Test reading a non-existent file as binary string
7 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.
8 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.
9 Test reading a non-existent file as text
10 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
11 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
12 Test reading a non-existent file as data URL
13 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.
14 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.
15 Test reading an empty file as array buffer
18 Received exception, name: NotFoundError, message: Failed to execute 'readAsArrayBuffer' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
19 Test reading an empty file as binary string
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 an empty file as text
26 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
27 Test reading an empty file as data URL
30 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.
31 Test reading a UTF-8 file as array buffer
34 Received exception, name: NotFoundError, message: Failed to execute 'readAsArrayBuffer' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
35 Test reading a UTF-8 file as binary string
38 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.
39 Test reading a binary file as array buffer
41 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
42 Received exception, name: NotFoundError, message: Failed to execute 'readAsArrayBuffer' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
43 Test reading a binary file as binary string
45 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff
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 UTF-8 file as text
50 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
51 Test reading a UTF-16BE BOM file as text
54 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
55 Test reading a UTF-16LE BOM file as text
58 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
59 Test reading a UTF-8 BOM file as text
62 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
63 Test reading a UTF-16BE file as text with UTF-16BE encoding
66 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
67 Test reading a UTF-16BE BOM file as text with UTF8 encoding
70 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
71 Test reading a UTF-16BE BOM file as text with invalid encoding
74 Received exception, name: NotFoundError, message: Failed to execute 'readAsText' on 'FileReaderSync': A requested file or directory could not be found at the time an operation was processed.
75 Test reading a UTF-8 file as data URL
77 result: data:text/plain;base64,SGVsbG8=
78 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.
79 Test calling multiple read methods in a row
83 result: 0x0 0x1 0x2 0x80 0x81 0x82 0xfd 0xfe 0xff