Member Junction
    Preparing search index...

    Host → Worker: abort in-flight bridge calls for this requestId.

    interface AbortIpcMessage {
        reason: string;
        requestId: string;
        type: "abort";
    }
    Index

    Properties

    Properties

    reason: string
    requestId: string
    type: "abort"