fix: UtilityProcess.fork
crash before app ready (#46380)
fix: UtilityProcess.fork crash before app ready
This commit is contained in:
parent
5da75c4a97
commit
9c4720766d
3 changed files with 42 additions and 0 deletions
|
@ -44,6 +44,8 @@ Process: [Main](../glossary.md#main-process)<br />
|
|||
|
||||
Returns [`UtilityProcess`](utility-process.md#class-utilityprocess)
|
||||
|
||||
**Note:** `utilityProcess.fork` can only be called after the `ready` event has been emitted on `App`.
|
||||
|
||||
## Class: UtilityProcess
|
||||
|
||||
> Instances of the `UtilityProcess` represent the Chromium spawned child process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue