WebIDLpedia

[DEPRECATED] UDPMessage dictionary

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

Definition

Direct Sockets API defines UDPMessage



dictionary UDPMessage {
  BufferSource data;
  DOMString remoteAddress;
  unsigned short remotePort;
  SocketDnsQueryType dnsQueryType;
};