more updates to api summaries based on feedback
This commit is contained in:
parent
2c8261b429
commit
799fd13c50
6 changed files with 10 additions and 10 deletions
|
@ -3,8 +3,8 @@
|
|||
> Command line switches supported by Electron.
|
||||
|
||||
You can use [app.commandLine.appendSwitch][append-switch] to append them in
|
||||
your app's main script before the [ready][ready] event of [app][app] module is
|
||||
emitted:
|
||||
your app's main script before the [ready][ready] event of the [app][app] module
|
||||
is emitted:
|
||||
|
||||
```javascript
|
||||
const app = require('electron').app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue