@@ -1,6 +1,5 @@
<!--
- Copyright: Hiroshi Ichikawa <http://gimite.net/en/>
- Lincense: New BSD Lincense
+ Lincense: Public Domain
-->
<html><head>
@@ -36,6 +35,9 @@
ws.onclose = function() {
output("onclose");
};
+ ws.onerror = function() {
+ output("onerror");
+ };
}