nikwen

#48428: docs: update allowed window.open options

Merged
Created: Sep 30, 2025, 7:36:46 PM
Merged: Oct 2, 2025, 6:29:27 PM
3 comments
Target: main

Description of Change

Fixes #48271

The preload option was removed in #23226.

Checklist

Release Notes

Notes: none

Backports

38-x-y
Merged
PR Number
#48444
Merged At
Oct 2, 2025, 8:58:10 PM
Released In
v38.2.1
Release Date
Oct 3, 2025, 2:15:44 AM
39-x-y
Merged
PR Number
#48443
Merged At
Oct 2, 2025, 8:58:25 PM
Released In
v39.0.0-alpha.9
Release 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