Electron Releases - v9.2.1

npm install electron@v9.2.1
yarn add electron@v9.2.1

Release Notes

Fixes

  • fix loading shared worker scripts over custom protocol
  • fix crash when loading worker scripts with nodeIntegration enabled. #24750
  • Fixed a crash that could occur when using in-memory sessions. #25002
  • Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process. #24862
  • Fixed an issue where the Save button did not function in PDF previews. #24996
  • Fixed inactive windows having active titlebar on Windows. #24873
  • Fixed missing guid parameter in Linux crash reports. #24898
  • Increased maximum length for crash keys from 127B to 20KB. #24854
  • [a11y] fix an issue where voiceover doesn't read the first item selected from a ARIA combobox. #25004

Other Changes

  • Backported the fix to CVE-2020-6532: Use after free in SCTP. #24887
  • Backported the fix to CVE-2020-6537: Type Confusion in V8. #24885
  • Resolve network issues that prevented RTC calls from being connected due to network IP address changes and ICE. (Chromium issue 1113227). #24997

Unknown

  • Fixed issues with CORS when making requests from extensions. #24915