v44.2.0Desktop
electron v44.2.0
Changed 1
- Improved throughput of responses that protocol.handle handlers return straight from net.fetch
Fixed 5
- 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 a potential crash when using menu.popup with a frame from an offscreen rendered window
- 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
Release Notes for v44.2.0
Fixes
- Fixed a pending read on a
net.requestchunked upload stream inside a protocol handler never settling when the request failed or was aborted. #53373 (Also in 43, 45) - Fixed a potential crash when using
menu.popupwith a frame from an offscreen rendered window. #53362 (Also in 43) - 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. #53455 (Also in 43, 45)
- Fixed application crash after a large number of IPC messages from renderers. #53417 (Also in 42, 43, 45)
- Fixed native addons deriving from
node::ObjectWrapaborting during garbage collection on Node.js 24.19.0 and later. #53392 (Also in 42, 43, 45)