# Electron v43.5.1 — electron v43.5.1 - Product: Electron (https://whatsnew.fyi/product/electron) - Vendor: OpenJS Foundation - Date: 2026-09-01 - Version: v43.5.1 - Original notes: https://github.com/electron/electron/releases/tag/v43.5.1 - Permalink: https://whatsnew.fyi/product/electron/releases/v43.5.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 - **fixed** — Fixed xdg-desktop-portal misidentifying Electron apps whose desktopName contains dashes, which broke globalShortcut and other portal-based APIs on Linux #### Release Notes for v43.5.1 ##### Fixes * Fixed `chrome.tabs.query()` returning tab `url` and `title` to extensions without the `tabs` permission or host access, aligning with `tabs.get`. [#53356](https://github.com/electron/electron/pull/53356) (Also in [42](https://github.com/electron/electron/pull/53355), [44](https://github.com/electron/electron/pull/53354), [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. [#53330](https://github.com/electron/electron/pull/53330) (Also in [42](https://github.com/electron/electron/pull/53329), [44](https://github.com/electron/electron/pull/53331)) * Fixed an intermittent crash at startup on Linux caused by a race between Pango and the main thread initializing fontconfig. [#53339](https://github.com/electron/electron/pull/53339) (Also in [44](https://github.com/electron/electron/pull/53340), [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. [#53334](https://github.com/electron/electron/pull/53334) (Also in [44](https://github.com/electron/electron/pull/53335), [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. [#53332](https://github.com/electron/electron/pull/53332) (Also in [44](https://github.com/electron/electron/pull/53333), [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`. [#53327](https://github.com/electron/electron/pull/53327) (Also in [44](https://github.com/electron/electron/pull/53328), [45](https://github.com/electron/electron/pull/53326)) * Fixed xdg-desktop-portal misidentifying Electron apps whose `desktopName` contains dashes, which broke `globalShortcut` and other portal-based APIs on Linux. [#52722](https://github.com/electron/electron/pull/52722)