Wrong type for TCPSocket.remotePort attribute

The TCPSocket interface described at http://www.w3.org/TR/2013/WD-raw-sockets-20130514/ defines its localPort attribute as an unsigned short and the remotePort as a DOMString. It seems to me both should have unsigned short as their type.

    — Wouter

Received on Wednesday, 15 May 2013 07:25:38 UTC