This is a backport PR for branch 42-x-y
#51916: fix: emit render-process-gone outside the process-death notification
Merged
Backport of #51900
See that PR for details.
Notes: Fixed a browser process crash when calling webContents.reload() or navigating synchronously from the render-process-gone event; the event is now emitted after the renderer's teardown notification has completed.
Backport Information
Original PR Author
VerteDindeOriginal PR Status
Merged
Original PR Merged At
Jun 8, 2026, 12:20:10 PM
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