UNPKG

@glokon/guacamole-common-js

Version:

Guacamole common js with typescript type definitions

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); }