UNPKG

ng2-signalr

Version:
10 lines (9 loc) 416 B
import { ConnectionTransport } from './connection.transport'; export declare class ConnectionTransports { private static transports; static readonly foreverFrame: ConnectionTransport; static readonly longPolling: ConnectionTransport; static readonly serverSentEvents: ConnectionTransport; static readonly webSockets: ConnectionTransport; static readonly auto: ConnectionTransport; }