test: add spec for child-process-gone
event for utility process (#40281)
This commit is contained in:
parent
beb0cbc6d0
commit
a867503af6
2 changed files with 22 additions and 2 deletions
|
@ -29,7 +29,7 @@ Process: [Main](../glossary.md#main-process)<br />
|
|||
* `inherit`: equivalent to \['ignore', 'inherit', 'inherit']
|
||||
* `serviceName` string (optional) - Name of the process that will appear in `name` property of
|
||||
[`child-process-gone` event of `app`](app.md#event-child-process-gone).
|
||||
Default is `node.mojom.NodeService`.
|
||||
Default is `Node Utility Process`.
|
||||
* `allowLoadingUnsignedLibraries` boolean (optional) _macOS_ - With this flag, the utility process will be
|
||||
launched via the `Electron Helper (Plugin).app` helper executable on macOS, which can be
|
||||
codesigned with `com.apple.security.cs.disable-library-validation` and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue