Electron Releases - v9.0.0-beta.22

npm install electron@v9.0.0-beta.22
yarn add electron@v9.0.0-beta.22
Note: This is a beta 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

Features

  • Added fullScreen property support for BrowserWindows. #23330

Fixes

  • Fixed memory leaks in sandbox mode when using contextBridge with promises or ipcRenderer.invoke. #23338

Other Changes

  • Updated Chromium to 83.0.4103.34. #23326