Electron Releases - v9.0.0-beta.4

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

Breaking Changes

  • Changed the default value of app.allowRendererProcessReuse to true, this will prevent loading of non-context-aware native modules in renderer processes. See #18397 for more information on this change. #22401

Features

  • Added session.serviceWorkerContext API to access basic service worker info and receive console logs from service workers. #22313

Fixes

  • Backported V8 patch to fix bug in type inference. #22426
  • Fixed an issue with safeDialog preferences not being passed properly. #22378