@@ -155,7 +155,7 @@ Returns:
155
155
be set. If no post data is to be sent, the value will be ` null ` . Only defined
156
156
when the window is being created by a form that set ` target=_blank ` .
157
157
158
- Deprecated in favor of [ ` webContents.setWindowOpenHandler ` ] ( web-contents.md#contentssetwindowopenhandler-handler ) .
158
+ Deprecated in favor of [ ` webContents.setWindowOpenHandler ` ] ( web-contents.md#contentssetwindowopenhandlerhandler ) .
159
159
160
160
Emitted when the page requests to open a new window for a ` url ` . It could be
161
161
requested by ` window.open ` or an external link like ` <a target='_blank'> ` .
@@ -203,7 +203,7 @@ Returns:
203
203
BrowserWindow. They are merged in increasing precedence: options inherited
204
204
from the parent, parsed options from the ` features ` string from
205
205
` window.open() ` , and options given by
206
- [ ` webContents.setWindowOpenHandler ` ] ( web-contents.md#contentssetwindowopenhandler-handler ) .
206
+ [ ` webContents.setWindowOpenHandler ` ] ( web-contents.md#contentssetwindowopenhandlerhandler ) .
207
207
Unrecognized options are not filtered out.
208
208
* ` additionalFeatures ` String[ ] - The non-standard features (features not
209
209
handled Chromium or Electron) _ Deprecated_
@@ -220,7 +220,7 @@ Returns:
220
220
221
221
Emitted _ after_ successful creation of a window via ` window.open ` in the renderer.
222
222
Not emitted if the creation of the window is canceled from
223
- [ ` webContents.setWindowOpenHandler ` ] ( web-contents.md#contentssetwindowopenhandler-handler ) .
223
+ [ ` webContents.setWindowOpenHandler ` ] ( web-contents.md#contentssetwindowopenhandlerhandler ) .
224
224
225
225
See [ ` window.open() ` ] ( window-open.md ) for more details and how to use this in conjunction with ` webContents.setWindowOpenHandler ` .
226
226
0 commit comments