IpcMain
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Handles a single invoke
able IPC message, then removes the listener. See ipcMain.handle(channel, listener)
.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes listeners of the specified channel
.
Link copied to clipboard
Removes any handler for channel
, if present.
Link copied to clipboard
Removes the specified listener
from the listener array for the specified channel
.
Link copied to clipboard