mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Add app.getBrowserWindows() API.
This commit is contained in:
@@ -79,6 +79,10 @@ code will not run.
|
||||
|
||||
Returns the version of current bundle or executable.
|
||||
|
||||
## app.getBrowserWindows()
|
||||
|
||||
Returns an array of all browser windows.
|
||||
|
||||
## app.commandLine.appendSwitch(switch, [value])
|
||||
|
||||
Append a switch [with optional value] to Chromium's command line.
|
||||
|
||||
Reference in New Issue
Block a user