Electron Releases - v16.0.0-beta.1

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

  • Fixed a tracing agent-related crash when initializing Node.js in service workers. #31477
  • Fixed possible 'Object has been destroyed' error when calling window.open with a frame name and using setWindowOpenHandler. #31469 (Also in 14, 15)
  • Generate valid config.gypi file in Node.js headers. #31441 (Also in 14, 15)
  • Removes several Chromium private enterprise APIs from Mac Apple Store builds. #31488 (Also in 15)