kkrpc
    Preparing search index...

    Interface SecureIpcBridgeOptions

    Options for restricting a preload IPC bridge to approved channels.

    interface SecureIpcBridgeOptions {
        allowedChannels?: string[];
        channelPrefix?: string;
        ipcRenderer: ElectronMessageEndpoint;
    }
    Index

    Properties

    allowedChannels?: string[]

    Explicit channel allow-list.

    channelPrefix?: string

    Channel prefix that is allowed in addition to explicit channels.

    Raw Electron renderer endpoint to wrap.