waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

fix: add WebSocket polyfill for Electron main process

Open DepsCian opened this issue 6 months ago • 2 comments

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.

DepsCian avatar Apr 06 '25 10:04 DepsCian