Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@32.0.0-alpha.10
.
Release Notes for v32.0.0-alpha.10
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)