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