Electron v38.0.0-beta.4

npm
npm install --save-dev electron@38.0.0-beta.4
yarn
yarn add --dev electron@38.0.0-beta.4
Google ChromeChromium
140.0.7339.2
Node.jsNode.js
22.18.0
V8V8
14.0.365.1

Release Notes

Fixes

  • Fixed a crash possible when calling webContents.loadURL() from a failed webContents.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