Electron Releases - v10.0.0-beta.10

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

  • Expose sessionId associated with a target from debugger module. #24397

Fixes

  • Fixed a termination crash on Web Workers with Node.js integration enabled. #24462
  • Fixed clipboard.readBuffer returning incorrect value. #24467

Other Changes

  • Updated Chromium to 85.0.4183.19. #24299