Electron v35.0.2

npm
npm install --save-dev electron@35.0.2
yarn
yarn add --dev electron@35.0.2
Google ChromeChromium
134.0.6998.88
Node.jsNode.js
22.14.0
V8V8
13.4.114.19

Release Notes

Fixes

  • Fixed an issue where Web Workers crashed on unhandled rejections. #46020 (Also in 34, 36)

  • Fixed an issue where packages could be mistakenly not found in asar. #46022 (Also in 36)

  • Fixed title changes to not occur while navigating within a page. #46035 (Also in 34, 36)

Other Changes

  • Fixed an issue where Electron could fail to load on some older Linux distributions. #45983 (Also in 34, 36)

  • Updated Chromium to 134.0.6998.88. #45972