Skip to content

ElectronIpcMain.removeHandler method

ElectronIpcMain › removeHandler

Unofficial

Removes any handler for channel, if present.

Signature:

removeHandler(channel: string): void

Parameters:

Parameter Type Description
channel string The IPC channel name.

Returns: void