import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { PrintToPDFResponse } = Protocol.Page;
Properties
optional
stream: IO.StreamHandleA handle of the stream that holds resulting PDF data.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.Page.PrintToPDFResponse
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { PrintToPDFResponse } = Protocol.Page;
A handle of the stream that holds resulting PDF data.