This is a backport PR for branch 44-x-y
#53240: perf: keep requests off the main thread for type-filtered and observer-only webRequest listeners
Merged
Backport of #53204
See that PR for details.
Notes: Renderer network requests no longer waited on the main process when the session's webRequest listeners only observe requests (onCompleted, onErrorOccurred, onSendHeaders, onBeforeRedirect, onResponseStarted) or are filtered to other resource types.
Backport Information
Original PR Author
codebytereOriginal PR Status
Merged
Original PR Merged At
Aug 27, 2026, 4:21:16 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