mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Merge pull request #10573 from electron/add-clarification-about-main-process
add clarification about main process
This commit is contained in:
@@ -58,6 +58,9 @@ The full Node API is built in.
|
||||
Every app's main process file is specified in the `main` property in
|
||||
`package.json`. This is how `electron .` knows what file to execute at startup.
|
||||
|
||||
In Chromium, this process is referred to as the "browser process". It is
|
||||
renamed in Electron to avoid confusion with renderer processes.
|
||||
|
||||
See also: [process](#process), [renderer process](#renderer-process)
|
||||
|
||||
### MAS
|
||||
|
||||
Reference in New Issue
Block a user