fix: UtilityProcess.fork
crash before app ready (#46404)
fix: UtilityProcess.fork crash before app ready Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
33eff16e9a
commit
6126cc2bfe
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