Electron v38.0.0-beta.3

npm
npm install --save-dev electron@38.0.0-beta.3
yarn
yarn add --dev electron@38.0.0-beta.3
Google ChromeChromium
140.0.7327.0
Node.jsNode.js
22.18.0
V8V8
14.0.332

Release Notes

Fixes

  • Fixed an issue where importing from electron/utility in an ESM file threw an error at runtime. #48019

  • Fixed an issue where windows opened with window.open would never be offscreen. #48026

  • Fixed compilation error when disabling extensions and pdf_viewer. #47993 (Also in 37)

Documentation

  • Documentation changes: #48028