Skip to content

electron v10.0.0-beta.20

Pre-release
Pre-release

Choose a tag to compare

@electron-bot electron-bot released this 10 Aug 21:16
· 362 commits to 10-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 install electron@10.0.0-beta.20.

Release Notes for v10.0.0-beta.20

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