electron v9.0.0-beta.13
Pre-release
Pre-release
·
476 commits
to 9-x-y
since this release
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@9.0.0-beta.13.
Release Notes for v9.0.0-beta.13
Fixes
- Accessing the
screenmodule before the ready event no longer makes it impossible to access thescreenmodule. #22912 - Fixed
webRequestmodule not working withfile://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-schemewould not be updated / set correctly when your OS was in dark mode. #22900