This commit is contained in:
Arthur Beck 2025-04-11 18:27:51 +00:00
parent 0076b2986f
commit 87f118b5b3

View file

@ -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")