OLD | NEW |
---|---|
(Empty) | |
1 ws = new WebSocket("ws://127.0.0.1:8880/echo"); | |
2 ws.close(); | |
yhirano
2014/03/26 07:22:32
I think it's a good idea to verify that onclose is
tyoshino (SeeGerritForStatus)
2014/04/01 06:56:01
Done. Also checked onerror invocation.
| |
3 postMessage("DONE"); | |
OLD | NEW |