property Socket.prototype.timeout
The socket timeout in milliseconds as set by socket.setTimeout().
It is undefined if a timeout has not been set.
Type Jump to heading
number | undefinedThe socket timeout in milliseconds as set by socket.setTimeout().
It is undefined if a timeout has not been set.
number | undefined