Electron Releases - v33.0.0-beta.5

npm install electron@v33.0.0-beta.5
yarn add electron@v33.0.0-beta.5
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

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. #44025
  • Fixed 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