Functions
Link copied to clipboard
Alias for ipcMain.on
.
Link copied to clipboard
Handles a single invoke
able IPC message, then removes the listener. See ipcMain.handle(channel, listener)
.
Link copied to clipboard
Removes all listeners from the specified channel
. Removes all listeners from all channels if no channel is specified.
Link copied to clipboard
Removes any handler for channel
, if present.
Link copied to clipboard
Alias for ipcMain.off
.