Electron v40.0.0-alpha.8
Latest Pre Releasenpm
npm install --save-dev electron@40.0.0-alpha.8
yarn
yarn add --dev electron@40.0.0-alpha.8
Release Notes
Fixes
Fixed an issue where the close callback param for
menu.popupwould 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