Skip to main content

WebSocketConstructor

export type WebSocketConstructor = {
  new(url: string) => WebSocketI
}

Interface for the builtin NodeJS and builtin Browser WebSocket classes