Electron Releases - v9.0.0-beta.13

npm install electron@v9.0.0-beta.13
yarn add electron@v9.0.0-beta.13
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

Fixes

  • Accessing the screen module before the ready event no longer makes it impossible to access the screen module. #22912
  • Fixed webRequest module not working with file:// protocol. #22919
  • Fixed an issue where native macOS dialogs sometimes failed to show after modal close. #22890
  • Fixed crash in network service process when using protocol.registerSchemeAsPrivileged api. #22917
  • Fixed issue where prefers-color-scheme would not be updated / set correctly when your OS was in dark mode. #22900