Electron v42.0.0-alpha.4

Latest Pre Release
npm
npm install --save-dev electron@42.0.0-alpha.4
yarn
yarn add --dev electron@42.0.0-alpha.4
Google ChromeChromium
148.0.7738.0
Node.jsNode.js
24.14.0
V8V8
14.8.51

Release Notes

Fixes

  • Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs. #50398 (Also in 40)

  • Fixed utilityProcess exit event reporting incorrect exit codes on Windows when the exit code has the high bit. #50385 (Also in 40, 41)