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

x/pptr/mod.ts>Protocol.Page.AdFrameType

Headless Chrome Deno API
Latest
type alias Protocol.Page.AdFrameType
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { AdFrameType } = Protocol.Page;

Indicates whether a frame has been identified as an ad.

definition: "none" | "child" | "root"