Electron v35.0.0-alpha.3
npm
npm install --save-dev electron@35.0.0-alpha.3
yarn
yarn add --dev electron@35.0.0-alpha.3
Release Notes
Fixes
Addressed two possible crashes in the File System Access API. #45261 (Also in 34)
Fixed
webContents.print()
after switch to OOP printing on macOS and Linux. #45285Fixed a potential crash in
chrome.tabs.update()
. #45302 (Also in 33, 34)Fixed an issue where drag-dropping two directories would cause
getAsFileSystemHandle
to never resolve. #45256 (Also in 33, 34)Fixed an issue where print scaling could be too small during silent print. #45262 (Also in 34)
Fixed broken OOP
window.print()
on macOS/Linux. #45259