aaaaa
This commit is contained in:
parent
0076b2986f
commit
87f118b5b3
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ conn.onmessage = (ev) => {
|
||||||
newMsg.appendChild(messageContents);
|
newMsg.appendChild(messageContents);
|
||||||
document.getElementById("chat-body").appendChild(newMsg);
|
document.getElementById("chat-body").appendChild(newMsg);
|
||||||
};
|
};
|
||||||
|
log("waiting for open")
|
||||||
conn.onopen = () => {
|
conn.onopen = () => {
|
||||||
log("opened")
|
log("opened")
|
||||||
conn.send("join")
|
conn.send("join")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue