Skip to main content
method IncomingMessage.prototype.setTimeout
IncomingMessage.prototype.setTimeout(
msecs: number,
callback?: () => void,
): this
Deprecated

Calls message.socket.setTimeout(msecs, callback).

Parameters

msecs: number
optional
callback: () => void

Return Type

this
Back to top