Gunslingor
08/11/2020, 1:17 PMGunslingor
08/11/2020, 1:22 PMGunslingor
08/11/2020, 3:05 PMGunslingor
08/11/2020, 4:26 PMval content = document.getElementById("content") as HTMLElementandylamax
08/11/2020, 4:34 PMhtml
Then the js takes it from the client side and munipulate the dom
Maybe you mean something different when you say you need frontend to communicate to the backendGunslingor
08/11/2020, 4:35 PMspand
08/13/2020, 1:52 PMdocument.getElementById("content") ?: error("Couldnt find content element")
for better errorsGunslingor
08/13/2020, 1:55 PM