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