Update ko docs
This commit is contained in:
parent
79b5ae3d57
commit
6af8a0fae4
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ Returns:
|
|||
|
||||
기본값으로 `BrowserWindow`는 `url`을 기반으로 생성됩니다.
|
||||
|
||||
`event.preventDefault()`를 호출하면 새로운 창이 생성되는 것을 방지할 수 있습니다.
|
||||
`event.preventDefault()`를 호출하면 새로운 창이 생성되는 것을 방지할 수
|
||||
있습니다. 이러한 경우에, the `event.newGuest` may be set with a reference to a `BrowserWindow` instance to make it used by the Electron's runtime.
|
||||
|
||||
#### Event: 'will-navigate'
|
||||
|
||||
|
|
Loading…
Reference in a new issue