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