All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.frontend.vaadin-dev-tools.live-reload-connection.d.ts Maven / Gradle / Ivy

There is a newer version: 24.6.2
Show newest version
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