Electron v45.0.0-alpha.4

Latest Pre Release
npm
npm install --save-dev electron@45.0.0-alpha.4
yarn
yarn add --dev electron@45.0.0-alpha.4
Google ChromeChromium
155.0.8038.2
Node.jsNode.js
24.20.0
V8V8
15.4.80

Release Notes

Fixes

  • Fixed chrome.tabs.query() returning tab url and title to extensions without the tabs permission or host access, aligning with tabs.get. #53353 (Also in 42, 43, 44)

  • Fixed a pending read on a net.request chunked upload stream inside a protocol handler never settling when the request failed or was aborted. #53368 (Also in 43, 44)

  • Fixed an intermittent crash (access violation) on Windows when an ASAR integrity violation is detected, so the process now exits with code 1 as intended. #53438 (Also in 43, 44)

  • Fixed application crash after a large number of IPC messages from renderers. #53418 (Also in 42, 43, 44)

  • Fixed native addons deriving from node::ObjectWrap aborting during garbage collection on Node.js 24.19.0 and later. #53391 (Also in 42, 43, 44)

Other Changes

  • Updated Chromium to 155.0.8038.2. #53416

  • Updated Node.js to v24.20.0. #53251