Electron v32.0.0-alpha.10

npm
npm install --save-dev electron@32.0.0-alpha.10
yarn
yarn add --dev electron@32.0.0-alpha.10
Google ChromeChromium
128.0.6573.0
Node.jsNode.js
20.15.1
V8V8
12.8.204

Release Notes

Features

  • Added DownloadItem.getCurrentBytesPerSecond(), DownloadItem.getPercentComplete(), DownloadItem.getEndTime(). #42913 (Also in 30, 31)

Fixes

  • Fixed a potential crash when using off screen rendering. #42940 (Also in 30, 31)

  • Fixed an issue where navigator.mediaDevices.getUserMedia and navigator.getUserMedia should reject with a NotAllowedError if microphone or camera permissions have been denied at the system level on macOS. #42936 (Also in 30, 31)

  • Fixed an issue where calling BrowserWindow.setBackgroundColor with some level of transparency could cause a crash. #42927 (Also in 31)

Other Changes

  • Fix: fixed the npm run lint not working on Windows. #42905 (Also in 31)

  • Updated Node.js to v20.15.1. #42840