Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/src/Target.ts>Target#opener

Headless Chrome Deno API
Latest
method Target.prototype.opener
import { Target } from "https://deno.land/x/pptr@1.2.0/src/Target.ts";

Get the target that opened this target. Top-level targets return null.

Returns

Target | null