Electron v30.3.0
npm
npm install --save-dev electron@30.3.0
yarn
yarn add --dev electron@30.3.0
Release Notes
Features
Added
DownloadItem.getCurrentBytesPerSecond(),DownloadItem.getPercentComplete(),DownloadItem.getEndTime(). #42914 (Also in 31, 32)
Fixes
Fixed a potential crash when using off screen rendering. #42939 (Also in 31, 32)
Fixed an issue where
navigator.mediaDevices.getUserMediaandnavigator.getUserMediashould reject with aNotAllowedErrorif microphone or camera permissions have been denied at the system level on macOS. #42938 (Also in 31, 32)Fixed crash when resolving proxy with
session.resolveProxyapi. #42896 (Also in 31, 32)