Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@45.0.0-alpha.8.
Release Notes for v45.0.0-alpha.8
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)