Electron v33.0.0-beta.5
npm
npm install --save-dev electron@33.0.0-beta.5
yarn
yarn add --dev electron@33.0.0-beta.5
Release Notes
Features
Added error event in utility process to support diagnostic reports on V8 fatal errors. #43997
Fixes
Fixed a build failure when the
enable_plugins
build flag is false. #44025Fixed an issue where an exception could be thrown on BrowserView after its owner BrowserWindow was closed. #44000 (Also in 31, 32)
Other Changes
Updated Chromium to 130.0.6723.19. #43975