Electron v32.0.0-beta.3

npm
npm install --save-dev electron@32.0.0-beta.3
yarn
yarn add --dev electron@32.0.0-beta.3
Google ChromeChromium
128.0.6613.7
Node.jsNode.js
20.16.0
V8V8
12.8.374.1

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