I'm making a JavaScript game for a game jam and instead of in a tab I want it to be in a window (one that is like an application window not a pop up)
not using:
window.open()
you can answer with typescript also
I tried to do this:
window.open()
that made a pop up not an app window