This is a backport PR for branch 44-x-y
#53212: docs: document every permission type passed to the session permission handlers
Merged
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
MarshallOfSoundOriginal PR Status
Merged
Original PR Merged At
Aug 26, 2026, 1:32:11 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