Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@38.0.0-beta.4
.
Release Notes for v38.0.0-beta.4
Fixes
- Fixed a crash possible when calling
webContents.loadURL()
from a failedwebContents.loadURL()
call's catch handler. #48043 (Also in 36, 37) - Fixed an issue where
app.accessibilitySupportEnabled
didn't work as expected. #48060 (Also in 37)
Other Changes
- Updated Chromium to 140.0.7339.2. #47985