1 2 3 4 5 6
"use strict"; openWorkerSocket(); function openWorkerSocket() { new WebSocket("wss://localhost:8081"); }