ElectronWebFrameMain.send method
ElectronWebFrameMain › send
Unofficial
Sends an asynchronous message to the renderer process viachannel, along with arguments. Signature:
send(channel: string, args?: unknown[]): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| channel | string | The channel name. |
| args? | unknown[] | Arguments to serialize and send. |
Returns: void