static S nodes_pingCmd() { ret [[ ws.send((working ? 'working' : 'idle') + '; cores=' + navigator.hardwareConcurrency + "; id=" + window.computerID + (window.benchResult != null ? "; bench=" + window.benchResult : "") + "; b=" + navigator.userAgent); ]]; }