UNPKG

@huangqiansan/guacamole-common-js

Version:
12 lines (10 loc) 279 B
import { Tunnel } from "./Tunnel"; /** * Guacamole Tunnel implemented over WebSocket via XMLHttpRequest. */ export class WebSocketTunnel extends Tunnel { /** * @param tunnelURL The URL of the WebSocket tunneling service. */ constructor(tunnelURL: string); }