Electron v40.0.0-alpha.8

Latest Pre Release
npm
npm install --save-dev electron@40.0.0-alpha.8
yarn
yarn add --dev electron@40.0.0-alpha.8
Google ChromeChromium
144.0.7526.0
Node.jsNode.js
24.11.1
V8V8
14.4.116

Release Notes

Fixes

  • Fixed an issue where the close callback param for menu.popup would fire when any arbitrary submenu of the given menu closed, and not the menu itself. #49046 (Also in 38, 39)

  • Fixed crash when reading system certificates via nodejs tls module. #49041

Other Changes

  • Fixed devtools element panel flickering when with node inspection. #49043