Constructors

Properties

#_state: State = State.NEW
#attachment: Attachment
#connection: Connection

Methods

  • Parameters

    Returns void

  • Returns Promise<void>

  • Parameters

    • url: string

    Returns Promise<Attachment>

  • Parameters

    • url: string
    • Optional timeout: number

    Returns {
        appName: InternalApi;
        custom: {
            nickname: string;
            password: string;
            username: string;
        };
        failedProbesThreshold: number;
        pingInterval: number;
        timeout: number;
        url: string;
    }

    • appName: InternalApi
    • custom: {
          nickname: string;
          password: string;
          username: string;
      }
      • nickname: string
      • password: string
      • username: string
    • failedProbesThreshold: number
    • pingInterval: number
    • timeout: number
    • url: string