import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { CreateTargetResponse } = Protocol.Target;
Properties
targetId: TargetID
The id of the page opened.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { CreateTargetResponse } = Protocol.Target;
The id of the page opened.