As of August 1, 2023, this name is no longer defined by a Web Platform specification
Definition
Direct Sockets API defines TCPSocketOpenInfo
dictionary TCPSocketOpenInfo {
ReadableStream readable;
WritableStream writable;
DOMString remoteAddress;
unsigned short remotePort;
DOMString localAddress;
unsigned short localPort;
};