# Electron v42.9.0 — electron v42.9.0 - Product: Electron (https://whatsnew.fyi/product/electron) - Vendor: OpenJS Foundation - Date: 2026-08-11 - Version: v42.9.0 - Original notes: https://github.com/electron/electron/releases/tag/v42.9.0 - Permalink: https://whatsnew.fyi/product/electron/releases/v42.9.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'. --- - **added** — Add webFrameMain.printToPDF() to allow printing individual frames to PDF from the main process - **fixed** — Fix a browser process crash that could occur during Windows logoff, shutdown, or restart - **fixed** — Fix a crash report when the X server or Wayland compositor exits while an app is running - **fixed** — Fix a crash when quickly switching menus while the app is under heavy load - **fixed** — Fix a potential crash when notifying user activation before the primary main frame was live - **fixed** — Fix an issue where a JavaScript out-of-memory crash could be reported from inside the crash-key handler instead of at the out-of-memory site #### Release Notes for v42.9.0 ##### Features * Added `webFrameMain.printToPDF()` to allow printing individual frames to PDF from the main process. [#52626](https://github.com/electron/electron/pull/52626) (Also in [43](https://github.com/electron/electron/pull/52627), [44](https://github.com/electron/electron/pull/52625)) ##### Fixes * Fixed a browser process crash that could occur during Windows logoff, shutdown, or restart. [#52621](https://github.com/electron/electron/pull/52621) (Also in [43](https://github.com/electron/electron/pull/52620), [44](https://github.com/electron/electron/pull/52619)) * Fixed a crash report when the X server or Wayland compositor exits while an app is running. [#52686](https://github.com/electron/electron/pull/52686) (Also in [43](https://github.com/electron/electron/pull/52685), [44](https://github.com/electron/electron/pull/52684)) * Fixed a crash when quickly switching menus while the app is under heavy load. [#52671](https://github.com/electron/electron/pull/52671) (Also in [43](https://github.com/electron/electron/pull/52673), [44](https://github.com/electron/electron/pull/52672)) * Fixed a potential crash when notifying user activation before the primary main frame was live. [#52699](https://github.com/electron/electron/pull/52699) (Also in [43](https://github.com/electron/electron/pull/52697), [44](https://github.com/electron/electron/pull/52698)) * Fixed an issue where a JavaScript out-of-memory crash could be reported from inside the crash-key handler instead of at the out-of-memory site. [#52723](https://github.com/electron/electron/pull/52723) (Also in [43](https://github.com/electron/electron/pull/52725), [44](https://github.com/electron/electron/pull/52724)) ##### Other Changes * Backported fixes from upstream ANGLE, Chromium and V8. [#52664](https://github.com/electron/electron/pull/52664) * No user-facing change; semver/none. [#52733](https://github.com/electron/electron/pull/52733)