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

#53212: docs: document every permission type passed to the session permission handlers

Merged
Created: Aug 26, 2026, 1:32:27 PM
Merged: Aug 26, 2026, 1:54:14 PM
1 comments
Target: 44-x-y

Backport of #53170

See that PR for details.

Notes: Documented every permission type that can be passed to ses.setPermissionRequestHandler() and ses.setPermissionCheckHandler(), and added them to the TypeScript definitions.

Backport Information

Original PR Author
MarshallOfSound
Original PR Status
Merged
Original PR Merged At
Aug 26, 2026, 1:32:11 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