Electron Releases - v32.0.0-beta.3

npm install electron@v32.0.0-beta.3
yarn add electron@v32.0.0-beta.3
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

Fixes

  • Fixed several view hierarchy issues related to web contents view on MacOS. #43088
  • Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. #43070 (Also in 30, 31)

Other Changes

  • Fixed a potential crash when removing notifications on Windows. #43060 (Also in 30, 31)
  • Updated Chromium to 128.0.6613.7. #42823
  • Updated Node.js to v20.16.0. #43028