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

#53240: perf: keep requests off the main thread for type-filtered and observer-only webRequest listeners

Merged
Created: Aug 27, 2026, 4:21:54 PM
Merged: Aug 27, 2026, 9:16:08 PM
1 comments
Target: 44-x-y

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
codebytere
Original PR Status
Merged
Original PR Merged At
Aug 27, 2026, 4:21:16 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