This commit is contained in:
Sem van der Hoeven
2023-05-30 22:33:15 +02:00
parent 7a7d0c4f01
commit 1c8229ad98
2 changed files with 9 additions and 7 deletions

View File

@@ -68,6 +68,7 @@
}
events.onmessage = (event) => {
//TODO handling status, failsafe etc
const parsedData = JSON.parse(event.data);
console.log("RECEIVED EVENT");
console.log(parsedData);