Electron v9.0.0-beta.16
npm
npm install --save-dev electron@9.0.0-beta.16
yarn
yarn add --dev electron@9.0.0-beta.16
Release Notes
Fixes
Fixed a crash that could happen when attempting to access a session during shutdown. #23068
Fixed an issue with
maximizable
state persistence of BrowserWindows on macOS. #23021