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
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
andnavigator.getUserMedia
should reject with aNotAllowedError
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)