method Frame.prototype.contentimport { Frame } from "https://deno.land/x/pptr@1.2.0/src/FrameManager.ts"; content(): Promise<string>ReturnsPromise<string>the full HTML contents of the frame, including the doctype.