mirror of
https://github.com/electron/electron.git
synced 2026-02-09 22:56:24 -05:00
Fix choise -> choice
This commit is contained in:
@@ -45,7 +45,7 @@ origin preference.
|
||||
### Use Native `window.open()`
|
||||
|
||||
If you want to use native `window.open()` implementation, pass `useNativeWindowOpen: true` in `webPreferences` option.
|
||||
Native `window.open()` allows synchronous access to opened windows so it is convenient choise if you need to open a dialog or a preferences window.
|
||||
Native `window.open()` allows synchronous access to opened windows so it is convenient choice if you need to open a dialog or a preferences window.
|
||||
|
||||
The creation of the `BrowserWindow` is customizable in `WebContents`'s `new-window` event.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user