META-INF.frontend.vaadin-dev-tools.live-reload-connection.d.ts Maven / Gradle / Ivy
import { Connection } from './connection.js';
export declare class LiveReloadConnection extends Connection {
webSocket?: WebSocket;
constructor(url: string);
onReload(_strategy: string): void;
handleMessage(msg: any): void;
handleError(msg: any): void;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy