Electron v36.0.0-alpha.6
npm
npm install --save-dev electron@36.0.0-alpha.6
yarn
yarn add --dev electron@36.0.0-alpha.6
Release Notes
Fixes
Fixed a crash that could occur when dragging and dropping files into the browser. #46312 (Also in 35)
Fixed an issue where
navigationHistory.restore()
failed to restore theuserAgent
if it was overridden. #46299 (Also in 34, 35)Fixed build failure when building with printing disabled. #46284 (Also in 34, 35)