@voidmerge/doc
    Preparing search index...

    A VoidMerge listening websocket connection

    Index

    Methods

    Methods

    • Close the listener.

      Returns Promise<void>

    • Open a new msg listener websocket connection with the provided handler.

      Parameters

      • input: {
            ctx: string;
            handler: (input: { err?: Error; msg?: MessageApp }) => void;
            msgId: string;
            url: string | URL;
        }

      Returns Promise<MsgListener>