Files
kontor/kontor-spring/application/frontend/generated/jar-resources/vaadin-dev-tools/live-reload-connection.d.ts
T
Thomas Peetz de2f2f34b2
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
setup multi-module project
2026-08-12 15:13:06 +02:00

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