Electron v44.2.0
Latest Stablenpm
npm install --save-dev electron@44.2.0
yarn
yarn add --dev electron@44.2.0
Release Notes
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)