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 always open, and if the user is idle for 30 minutes+, or if they close the site, it’ll disconnect and close the tab.