Electron v35.0.0-beta.8
npm
npm install --save-dev electron@35.0.0-beta.8
yarn
yarn add --dev electron@35.0.0-beta.8
Release Notes
Fixes
Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #45660 (Also in 32, 33, 34)
Fixed WebFrameMain crash related to accessing speculative frames that have been destroyed. #45686 (Also in 33, 34)
Fixed crash on startup with asan build on macOS. #45569 (Also in 33, 34)
Fixed file preview window reappearing when calling
win.closeFilePreview
twice on macOS. #45664 (Also in 32, 33, 34)Fixed web worker scripts failing to load for chrome extensions. #45708 (Also in 32, 33, 34)