docs: fix relative link (#26585)
This commit is contained in:
parent
03a70896c7
commit
18f004eab1
3 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ BrowserWindow constructor options are set by, in increasing precedence
|
|||
order: options inherited from the parent, parsed options
|
||||
from the `features` string from `window.open()`, security-related webPreferences
|
||||
inherited from the parent, and options given by
|
||||
[`webContents.setWindowOpenHandler`](web-contents.md#contentssetwindowopenhandler-handler).
|
||||
[`webContents.setWindowOpenHandler`](web-contents.md#contentssetwindowopenhandlerhandler).
|
||||
Note that `webContents.setWindowOpenHandler` has final say and full privilege
|
||||
because it is invoked in the main process.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue