зеркало из https://github.com/electron/electron.git
docs: rename duplicated interface (#23362)
This commit is contained in:
Родитель
8d0a612265
Коммит
096c799e24
|
@ -1,4 +0,0 @@
|
|||
# NewWindowEvent Object extends `Event`
|
||||
|
||||
* `newGuest` BrowserWindow (optional)
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
# NewWindowWebContentsEvent Object extends `Event`
|
||||
|
||||
* `newGuest` BrowserWindow (optional)
|
||||
|
|
@ -138,7 +138,7 @@ Emitted when page receives favicon urls.
|
|||
|
||||
Returns:
|
||||
|
||||
* `event` NewWindowEvent
|
||||
* `event` NewWindowWebContentsEvent
|
||||
* `url` String
|
||||
* `frameName` String
|
||||
* `disposition` String - Can be `default`, `foreground-tab`, `background-tab`,
|
||||
|
|
|
@ -100,7 +100,7 @@ auto_filenames = {
|
|||
"docs/api/structures/mime-typed-buffer.md",
|
||||
"docs/api/structures/mouse-input-event.md",
|
||||
"docs/api/structures/mouse-wheel-input-event.md",
|
||||
"docs/api/structures/new-window-event.md",
|
||||
"docs/api/structures/new-window-web-contents-event.md",
|
||||
"docs/api/structures/notification-action.md",
|
||||
"docs/api/structures/point.md",
|
||||
"docs/api/structures/post-body.md",
|
||||
|
|
Загрузка…
Ссылка в новой задаче