waveterm
waveterm copied to clipboard
fix: add WebSocket polyfill for Electron main process
Resolves ReferenceError where WebSocket was undefined in main process. Implements dual WebSocket loading strategy with proper environment detection and fallback mechanisms for Node.js contexts.