v45.0.0-alpha.4Pre-releaseDesktop
electron v45.0.0-alpha.4
Changed 2
- Updated Chromium to 155.0.8038.2
- Updated Node.js to v24.20.0
Fixed 5
- Fixed chrome.tabs.query() returning tab url and title to extensions without the tabs permission or host access, aligning with tabs.get
- Fixed a pending read on a net.request chunked upload stream inside a protocol handler never settling when the request failed or was aborted
- Fixed an intermittent crash on Windows when an ASAR integrity violation is detected, so the process now exits with code 1 as intended
- Fixed application crash after a large number of IPC messages from renderers
- Fixed native addons deriving from node::ObjectWrap aborting during garbage collection on Node.js 24.19.0 and later
From Electron
Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@45.0.0-alpha.4.
Release Notes for v45.0.0-alpha.4
Fixes
- Fixed
chrome.tabs.query()returning taburlandtitleto extensions without thetabspermission or host access, aligning withtabs.get. #53353 (Also in 42, 43, 44) - Fixed a pending read on a
net.requestchunked 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::ObjectWrapaborting during garbage collection on Node.js 24.19.0 and later. #53391 (Also in 42, 43, 44)