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
Release Notes
Fixes
Fixed an issue where importing from
electron/utility
in an ESM file threw an error at runtime. #48019Fixed an issue where windows opened with
window.open
would never be offscreen. #48026Fixed compilation error when disabling extensions and pdf_viewer. #47993 (Also in 37)
Documentation
Documentation changes: #48028