Electron Releases - v23.0.0-beta.8

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

  • Whole-program optimization is enabled by default in electron node headers config file. #37046 (Also in 21, 22)

Fixes

  • Fixed audio worklet scripts failing to run when nodeIntegrationInWorker: true. #37104