Electron v39.3.0

npm
npm install --save-dev electron@39.3.0
yarn
yarn add --dev electron@39.3.0
Google ChromeChromium
142.0.7444.265
Node.jsNode.js
22.21.1
V8V8
14.2.231.22

Release Notes

Features

  • Added support for WebSocket authentication through the login event on webContents. #49065 (Also in 40)

Fixes

  • Fixed setRepresentedFilename() not setting AXDocument accessibility attribute on macOS. #49418 (Also in 40)

  • Fixed a potential race condition crash when opening DevTools. #49423 (Also in 40)

  • Fixed stack overflow when compiling deeply nested JS functions. #49360

  • Made toplevel icon Wayland protocol work. #49415 (Also in 40)

  • Requests sent via net are now capable of having their headers modified to use reserved headers via webRequest. #49242 (Also in 40)

Other Changes

  • Backported fix for 466786677. #49287

  • Updated Chromium to 142.0.7444.265. #49322