Gunslingor
08/11/2020, 1:17 PMval content = document.getElementById("content") as HTMLElement
andylamax
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 backend
Gunslingor
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