# Electron v44.2.0 — electron v44.2.0 - Product: Electron (https://whatsnew.fyi/product/electron) - Vendor: OpenJS Foundation - Date: 2026-09-04 - Version: v44.2.0 - Original notes: https://github.com/electron/electron/releases/tag/v44.2.0 - Permalink: https://whatsnew.fyi/product/electron/releases/v44.2.0 - Labels: Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — 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** — Fixed a potential crash when using menu.popup with a frame from an offscreen rendered window - **fixed** — Fixed an intermittent crash on Windows when an ASAR integrity violation is detected, so the process now exits with code 1 as intended - **fixed** — Fixed application crash after a large number of IPC messages from renderers - **fixed** — Fixed native addons deriving from node::ObjectWrap aborting during garbage collection on Node.js 24.19.0 and later - **changed** — Improved throughput of responses that protocol.handle handlers return straight from net.fetch #### Release Notes for v44.2.0 ##### Fixes * Fixed a pending read on a `net.request` chunked upload stream inside a protocol handler never settling when the request failed or was aborted. [#53373](https://github.com/electron/electron/pull/53373) (Also in [43](https://github.com/electron/electron/pull/53374), [45](https://github.com/electron/electron/pull/53368)) * Fixed a potential crash when using `menu.popup` with a frame from an offscreen rendered window. [#53362](https://github.com/electron/electron/pull/53362) (Also in [43](https://github.com/electron/electron/pull/53432)) * 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](https://github.com/electron/electron/pull/53455) (Also in [43](https://github.com/electron/electron/pull/53456), [45](https://github.com/electron/electron/pull/53438)) * Fixed application crash after a large number of IPC messages from renderers. [#53417](https://github.com/electron/electron/pull/53417) (Also in [42](https://github.com/electron/electron/pull/53419), [43](https://github.com/electron/electron/pull/53420), [45](https://github.com/electron/electron/pull/53418)) * Fixed native addons deriving from `node::ObjectWrap` aborting during garbage collection on Node.js 24.19.0 and later. [#53392](https://github.com/electron/electron/pull/53392) (Also in [42](https://github.com/electron/electron/pull/53394), [43](https://github.com/electron/electron/pull/53393), [45](https://github.com/electron/electron/pull/53391)) ##### Other Changes * Backported fixes from upstream ANGLE, Chromium, Skia and V8. [#53479](https://github.com/electron/electron/pull/53479) * Improved throughput of responses that `protocol.handle` handlers return straight from `net.fetch`. [#53378](https://github.com/electron/electron/pull/53378) * Updated Chromium to 152.0.7977.76. [#53382](https://github.com/electron/electron/pull/53382) * Updated Node.js to v24.20.0. [#53250](https://github.com/electron/electron/pull/53250)