Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.EventBreakpoints

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

EventBreakpoints permits setting breakpoints on particular operations and events in targets that run JavaScript but do not have a DOM. JavaScript execution will stop on these operations as if there was a regular breakpoint set.