WebIDLpedia

[DEPRECATED] UDPSocketOpenInfo dictionary

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

Definition

Direct Sockets API defines UDPSocketOpenInfo



dictionary UDPSocketOpenInfo {
  ReadableStream readable;
  WritableStream writable;

  DOMString remoteAddress;
  unsigned short remotePort;

  DOMString localAddress;
  unsigned short localPort;
};

Referring IDL interfaces/dictionaries