interface Event {
    target: WebSocket;
    type: string;
}

Properties

Properties

target: WebSocket
type: string