This is a backport PR for branch 43-x-y
#53944: fix: post navigations started while a dead renderer is torn down
Merged
Backport of #53924
See that PR for details.
Notes: Fixed a main-process crash when an app called loadURL() again right after a load failed because the renderer process exited before the page committed.
Backport Information
Original PR Author
codebytereOriginal PR Status
Merged
Original PR Merged At
Sep 15, 2026, 5:16:50 AM
Original PR Link
View on GitHubSemver 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