Interface WebSocketImplInternal

interface WebSocketImpl {
    new WebSocketImpl(url: string): WebSocketLike;
}

Constructors

Constructors