Electron Releases - v20.0.0-alpha.2

npm install electron@v20.0.0-alpha.2
yarn add electron@v20.0.0-alpha.2
Note: This is an alpha release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Fixes

  • Fixed an issue where zombie windows can be created if window.close() is called during a fullscreen transition. #34393 (Also in 17, 18, 19)
  • Fixed potential crash in WebFrameMain when performing a cross-origin navigation. #34417 (Also in 18, 19)

Other Changes

  • Updated Chromium to 104.0.5073.0. #34352