Electron v42.7.0

npm
npm install --save-dev electron@42.7.0
yarn
yarn add --dev electron@42.7.0
Google ChromeChromium
148.0.7778.280
Node.jsNode.js
24.18.0
V8V8
14.8.178.38

Release Notes

Features

  • Added net.WebSocket, a WHATWG-compatible WebSocket client for the main process that routes through Chromium's network stack. #52345