handle
handle: (channel: string, handler: (...args: any[]) => Promise<any>) => RemoveFunction
Establish a backend implementation of an Ipc interface for a channel.
@note returns A function to call to remove the handler.
Defined in
- core/common/src/ipc/IpcSocket.ts Line 96
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.