ModeratorElection/frontend/generated/jar-resources/vaadin-dev-tools/live-reload-connection.d.ts
2024-06-06 17:45:46 +02:00

8 lines
258 B
TypeScript

import { Connection } from './connection.js';
export declare class LiveReloadConnection extends Connection {
webSocket?: WebSocket;
constructor(url: string);
onReload(): void;
handleMessage(msg: any): void;
handleError(msg: any): void;
}