Html – Is it possible to create a hidden tab on a browser?
I'm creating an SPA in Vue3 that requires a WebSocket to be open at all times to access database variables to the Client. I was wondering, maybe I could hide a WebSocket connection inside an invisible tab so that it's…