method Element.prototype.getElementByIdimport { Element } from "https://dotland.deno.dev/x/deno_dom@v0.1.48/deno-dom-wasm-noinit.ts"; getElementById(id: string): Element | nullParametersid: stringReturnsElement | null