Electron Releases - v10.0.0-beta.20

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

    • fix loading shared worker scripts over custom protocol
  • fix crash when loading worker scripts with nodeIntegration enabled. #24749
  • Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process. #24860
  • Fixed an issue where suspend/resume were emitted twice on macOS. #24843
  • Fixed inactive windows having active titlebar on Windows. #24874
  • Increased maximum length for crash keys from 127B to 20KB. #24853

Other Changes

  • Added V8 crash message and location information to crashReport parameters. #24866