Module

x/fresh/tests/deps.ts>puppeteer.Target

The next-gen web framework.
Extremely Popular
Go to Latest
namespace puppeteer.Target
import { puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { Target } = puppeteer;

Supports additional targets discovery and allows to attach to them.

Interfaces

Issued when attached to target because of auto-attach or attachToTarget command.

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.

Notifies about a new protocol message received from the session (as reported in attachedToTarget event).

Issued when a target has crashed.

Issued when a possible inspection target is created.

Issued when a target is destroyed.

Issued when some information about a target has changed. This only happens between targetCreated and targetDestroyed.

Type Aliases

Unique identifier of attached debugging session.