# Electron v44.1.1 — electron v44.1.1 - Product: Electron (https://whatsnew.fyi/product/electron) - Vendor: OpenJS Foundation - Date: 2026-09-01 - Version: v44.1.1 - Original notes: https://github.com/electron/electron/releases/tag/v44.1.1 - Permalink: https://whatsnew.fyi/product/electron/releases/v44.1.1 - 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 chrome.tabs.query() returning tab url and title to extensions without the tabs permission or host access, aligning with tabs.get - **fixed** — Fixed a renderer crash when an array with a throwing property getter is passed across contextBridge, and several main/utility-process crashes when option objects passed to Electron APIs contain throwing accessors or Proxy traps - **fixed** — Fixed an intermittent crash at startup on Linux caused by a race between Pango and the main thread initializing fontconfig - **fixed** — Fixed an issue where an exception thrown by a property getter on an object passed through contextBridge was swallowed instead of being thrown back to the caller - **fixed** — Fixed main process crashes when navigating to http://accessibility/ or http://devtools/, when an extension background page used navigator.mediaDevices, and when calling SerialPort.forget() for a disconnected device - **fixed** — Fixed the PDF viewer failing to save an edited PDF with NotAllowedError: Third party iframes are not allowed to show a file picker #### Release Notes for v44.1.1 ##### Fixes * Fixed `chrome.tabs.query()` returning tab `url` and `title` to extensions without the `tabs` permission or host access, aligning with `tabs.get`. [#53354](https://github.com/electron/electron/pull/53354) (Also in [42](https://github.com/electron/electron/pull/53355), [43](https://github.com/electron/electron/pull/53356), [45](https://github.com/electron/electron/pull/53353)) * Fixed a renderer crash when an array with a throwing property getter is passed across `contextBridge`, and several main/utility-process crashes when option objects passed to Electron APIs contain throwing accessors or Proxy traps. [#53331](https://github.com/electron/electron/pull/53331) (Also in [42](https://github.com/electron/electron/pull/53329), [43](https://github.com/electron/electron/pull/53330)) * Fixed an intermittent crash at startup on Linux caused by a race between Pango and the main thread initializing fontconfig. [#53340](https://github.com/electron/electron/pull/53340) (Also in [43](https://github.com/electron/electron/pull/53339), [45](https://github.com/electron/electron/pull/53338)) * Fixed an issue where an exception thrown by a property getter on an object passed through `contextBridge` was swallowed instead of being thrown back to the caller. [#53335](https://github.com/electron/electron/pull/53335) (Also in [43](https://github.com/electron/electron/pull/53334), [45](https://github.com/electron/electron/pull/53297)) * Fixed main process crashes when navigating to `http://accessibility/` or `http://devtools/`, when an extension background page used `navigator.mediaDevices`, and when calling `SerialPort.forget()` for a disconnected device. [#53333](https://github.com/electron/electron/pull/53333) (Also in [43](https://github.com/electron/electron/pull/53332), [45](https://github.com/electron/electron/pull/53325)) * Fixed the PDF viewer failing to save an edited PDF with `NotAllowedError: Third party iframes are not allowed to show a file picker`. [#53328](https://github.com/electron/electron/pull/53328) (Also in [43](https://github.com/electron/electron/pull/53327), [45](https://github.com/electron/electron/pull/53326))