#48170: feat: add fileSystem
to ses.setPermissionCheckHandler
Merged
Description of Change
Closes #41957.
Addresses an issue where File System API non-active statuses weren't correctly persistent on previous grant. This exposes fileSystem
permissions via ses.setPermissionCheckHandler
to handle this case.
Checklist
- PR description included and stakeholders cc'd
-
npm test
passes - tests are changed or added
- relevant API documentation, tutorials, and examples are updated and follow the documentation style guide
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: Allowed for persisting File System API grant status within a given session.
Backports
36-x-y
PendingWaiting for a manual backport
37-x-y
MergedPR Number
#48328Merged At
Sep 26, 2025, 9:23:05 AM
Released In
v37.6.0Release Date
Sep 27, 2025, 12:41:17 PM
38-x-y
MergedPR Number
#48327Merged At
Sep 24, 2025, 12:10:34 PM
Released In
v38.2.0Release Date
Sep 27, 2025, 6:20:08 PM
39-x-y
MergedPR Number
#48326Merged At
Oct 8, 2025, 3:44:46 AM
Released In
v39.0.0-beta.2Release Date
Oct 9, 2025, 8:31:43 AM
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