Skip to content

Type Alias: WebSocketFactory

WebSocketFactory = (url) => WebSocketLike

Builds a socket for a URL; injectable for tests.

Parameters

url

string

Returns

WebSocketLike