Electron v45.0.0-alpha.8
Latest Pre ReleaseReleased Sep 17, 2026Today
npm
npm install --save-dev electron@45.0.0-alpha.8
yarn
yarn add --dev electron@45.0.0-alpha.8
Release Notes
Fixes
Fixed a main-process crash when an app called
loadURL()again right after a load failed because the renderer process exited before the page committed. #53942 (Also in 43, 44)Fixed a potential UAF when a
select-usb-devicehandler destroys the requestingwebContents. #54008 (Also in 43, 44)Fixed default protocol client APIs falsely returning
trueon Windows. #53958 (Also in 43, 44)