Electron v42.7.0
npm
npm install --save-dev electron@42.7.0
yarn
yarn add --dev electron@42.7.0
Release Notes
Features
Added
net.WebSocket, a WHATWG-compatible WebSocket client for the main process that routes through Chromium's network stack. #52345