kaios-types
    Preparing search index...

    Interface MozInterAppConnectionRequest

    Represents a request to establish an Inter-App Connection.

    interface MozInterAppConnectionRequest {
        from: string;
        keyword: string;
        port: MozInterAppMessagePort;
    }
    Index

    Properties

    Properties

    from: string

    The manifest URL of the requesting application.

    keyword: string

    The keyword requested.

    The message port for communication.