codebytere

#47242: feat: expose win.isContentProtected()

Merged
Created: May 23, 2025, 2:51:22 AM
Merged: May 30, 2025, 4:00:14 AM
3 comments
Target: main

Description of Change

Expose a function to allow developers to check current content protection status.

Checklist

Release Notes

Notes: Exposed win.isContentProtected() to allow developers to check window protection status.

Backports

36-x-y
In-flight
PR Number
#47311
Waiting to be merged
37-x-y
In-flight
PR Number
#47310
Waiting to be merged

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