#48428: docs: update allowed window.open
options
Merged
Description of Change
Fixes #48271
The preload
option was removed in #23226.
Checklist
- PR description included and stakeholders cc'd
- 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: none
Backports
38-x-y
MergedPR Number
#48444Merged At
Oct 2, 2025, 8:58:10 PM
Released In
v38.2.1Release Date
Oct 3, 2025, 2:15:44 AM
39-x-y
MergedPR Number
#48443Merged At
Oct 2, 2025, 8:58:25 PM
Released In
v39.0.0-alpha.9Release Date
Oct 6, 2025, 8:32:10 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