Skip to main content
method HTTP2ServerCommon.setTimeout
HTTP2ServerCommon.setTimeout(
msec?: number,
callback?: () => void,
): this
Deprecated

Parameters

optional
msec: number
optional
callback: () => void

Return Type

this
Back to top