The project advance

This commit is contained in:
Xamora
2023-11-27 21:59:41 +01:00
parent ffbfe2ddd0
commit 8bce7d33ca
5 changed files with 14 additions and 3 deletions

View File

@ -6,6 +6,9 @@ export default class {
async postInit() {
}
async leavePage() {
}
setTitle(title) {
document.title = title;
}

View File

@ -36,6 +36,10 @@ export default class extends AbstractView {
}
async leavePage() {
this.chatSocket.close();
}
async getHtml() {
return `
<h1>Chat</h1>