method HTTP2ServerCommon.setTimeout Usageimport { type HTTP2ServerCommon } from "node:http2"; HTTP2ServerCommon.setTimeout(msec?: number, callback?: () => void): this Parameters optional msec: number optional callback: () => void Return Type this