Member Junction
    Preparing search index...

    Host → Worker: result of a bridge call. One of result | error is populated.

    interface BridgeResponseIpcMessage {
        callId: string;
        error?: string;
        requestId: string;
        result?: unknown;
        type: "bridge-response";
    }
    Index

    Properties

    callId: string
    error?: string
    requestId: string
    result?: unknown
    type: "bridge-response"