UNPKG

@ont-community/html5-websocket

Version:
8 lines (5 loc) 193 B
interface Html5Websocket extends WebSocket { new (url: string, protocols?: string | Array<string>): Html5Websocket; } declare const Html5Websocket: Html5Websocket; export = Html5Websocket;