This is a backport PR for branch 36-x-y
trop[bot]

#46972: fix: printing when no mediaSize specified

Merged
Created: May 6, 2025, 8:12:44 PM
Merged: May 7, 2025, 3:36:14 AM
1 comments
Target: 36-x-y

Backport of #46937

See that PR for details.

Notes: Fixed an issue where webContents.print did not work as expected when mediaSize was not passed.

Backport Information

Original PR Author
codebytere
Original PR Status
Merged
Original PR Merged At
May 6, 2025, 8:12:26 PM
Original PR Link
GitHubView on GitHub

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron