WebIDLpedia

[DEPRECATED] TCPServerSocketOpenInfo dictionary

As of August 1, 2023, this name is no longer defined by a Web Platform specification

Definition

Direct Sockets API defines TCPServerSocketOpenInfo



dictionary TCPServerSocketOpenInfo {
  ReadableStream readable;

  DOMString localAddress;
  unsigned short localPort;
};

Referring IDL interfaces/dictionaries