Create a child-side transport for code running inside an Electron utility process.
By default this reads process.parentPort; pass an endpoint explicitly in tests or nonstandard hosts. The child endpoint is bidirectional and callback-capable.
process.parentPort
Create a child-side transport for code running inside an Electron utility process.
By default this reads
process.parentPort; pass an endpoint explicitly in tests or nonstandard hosts. The child endpoint is bidirectional and callback-capable.