NodeSocketAdapter
There’s a difference in searchParams between URL from
lib and URL from url (node) that makes using the same
not possible for us.
Constructors
Constructor
Parameters
address
WebSocket URL to connect to. See URL.
options
Underlying socket-library options.
Returns
NodeSocketClient
Constructor
Parameters
address
WebSocket URL to connect to. See URL.
protocols
Optional WebSocket sub-protocol(s) to request.
options
Underlying socket-library options.
Returns
NodeSocketClient