WebIDLpedia

[DEPRECATED] TCPServerSocketOptions dictionary

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

Definition

Direct Sockets API defines TCPServerSocketOptions



dictionary TCPServerSocketOptions {
  [EnforceRange] unsigned short localPort;
  [EnforceRange] unsigned long backlog;

  boolean ipv6Only;
};

Referring IDL interfaces/dictionaries