We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2926b4c commit ecbcfc8Copy full SHA for ecbcfc8
websocket/binary/src/main/webapp/index.jsp
@@ -45,15 +45,15 @@
45
<html>
46
<head>
47
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
48
- <title>WebSocket Binary Messages</title>
+ <title>WebSocket : Binary Messages</title>
49
50
</head>
51
<body>
52
- <h1>WebSocket Binary Messages</h1>
+ <h1>WebSocket : Binary Messages</h1>
53
54
<div style="text-align: center;">
55
<form action="">
56
- <h2>Binary Data</h2>
+ <h2>Data is sent/received using ArrayBuffer</h2>
57
<input onclick="echoBinary()" value="Echo" type="button">
58
<input id="myField" value="12345678" type="text"><br>
59
</form>
0 commit comments