import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SetDocumentContentRequest } = Protocol.Page;
Properties
frameId: FrameId
Frame id to set HTML for.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.Page.SetDocumentContentRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SetDocumentContentRequest } = Protocol.Page;
Frame id to set HTML for.