create a one-liner description for each API
This commit is contained in:
parent
a4de40ec89
commit
ee190ca62a
34 changed files with 70 additions and 39 deletions
|
@ -1,9 +1,10 @@
|
|||
# Supported Chrome command line switches
|
||||
|
||||
This page lists the command line switches used by the Chrome browser that are
|
||||
also 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:
|
||||
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:
|
||||
|
||||
```javascript
|
||||
const app = require('electron').app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue