OLD | NEW |
1 WebSocket's protocol attribute should be an empty string if the server did not p
rovide Sec-WebSocket-Protocol header. | 1 WebSocket's protocol attribute should be an empty string if the server did not p
rovide Sec-WebSocket-Protocol header. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 PASS ws.protocol is "" | 5 PASS ws.protocol is "" |
6 Connected | 6 Connected |
7 PASS ws.protocol is "" | 7 PASS ws.protocol is "" |
8 Closed | 8 Closed |
9 PASS ws.protocol is "" | 9 PASS ws.protocol is "" |
10 PASS closeEvent.wasClean is true | 10 PASS closeEvent.wasClean is true |
11 Exited onclose handler | 11 Exited onclose handler |
12 PASS ws.protocol is "" | 12 PASS ws.protocol is "" |
13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
14 | 14 |
15 TEST COMPLETE | 15 TEST COMPLETE |
16 | 16 |
OLD | NEW |