fix: UtilityProcess.fork crash before app ready (#46380)

fix: UtilityProcess.fork crash before app ready
This commit is contained in:
Shelley Vohr 2025-04-01 13:42:03 +02:00 committed by GitHub
parent 5da75c4a97
commit 9c4720766d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 42 additions and 0 deletions

View file

@ -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