OLD | NEW |
1 CONSOLE ERROR: 'Blob' is not a valid value for binaryType; binaryType remains un
changed. | 1 CONSOLE WARNING: The provided value 'Blob' is not a valid enum value of interfac
e BinaryType. |
2 CONSOLE ERROR: 'ArrayBuffer' is not a valid value for binaryType; binaryType rem
ains unchanged. | 2 CONSOLE WARNING: The provided value 'ArrayBuffer' is not a valid enum value of i
nterface BinaryType. |
3 CONSOLE ERROR: '' is not a valid value for binaryType; binaryType remains unchan
ged. | 3 CONSOLE WARNING: The provided value '' is not a valid enum value of interface Bi
naryType. |
4 Test WebSocket.binaryType attribute. | 4 Test WebSocket.binaryType attribute. |
5 | 5 |
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
7 | 7 |
8 PASS ws.binaryType is "blob" | 8 PASS ws.binaryType is "blob" |
9 PASS ws.binaryType is "arraybuffer" | 9 PASS ws.binaryType is "arraybuffer" |
10 PASS ws.binaryType is "blob" | 10 PASS ws.binaryType is "blob" |
11 Set invalid values to binaryType. They should be ignored. No exception should be
thrown. | 11 Set invalid values to binaryType. They should be ignored. No exception should be
thrown. |
12 PASS ws.binaryType is "blob" | 12 PASS ws.binaryType is "blob" |
13 PASS ws.binaryType is "blob" | 13 PASS ws.binaryType is "blob" |
14 PASS ws.binaryType is "blob" | 14 PASS ws.binaryType is "blob" |
15 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
16 | 16 |
17 TEST COMPLETE | 17 TEST COMPLETE |
18 | 18 |
OLD | NEW |