method ElementHandle.prototype.contentFrameimport { ElementHandle } from "https://deno.land/x/pptr@1.2.0/src/JSHandle.ts"; contentFrame(): Promise<Frame | null>Resolves to the content frame for element handles referencing iframe nodes, or null otherwise ReturnsPromise<Frame | null>