Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Target.DetachedFromTargetEvent

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Target.DetachedFromTargetEvent
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { DetachedFromTargetEvent } = Protocol.Target;

Issued when detached from target for any reason (including detachFromTarget command). Can be issued multiple times per target if multiple sessions have been attached to it.

Properties

sessionId: SessionID

Detached session identifier.

optional
targetId: TargetID

Deprecated.