method HTTP2ServerCommon.setTimeout Usage in Deno```typescript import { type HTTP2ServerCommon } from "node:node__http2.d.ts"; ``` HTTP2ServerCommon.setTimeout(msec?: number,callback?: () => void,): this Parameters optional msec: number optional callback: () => void Return Type this