Extremely Popular
Go to Latest
namespace puppeteer.EventBreakpoints
import { puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { EventBreakpoints } = puppeteer;

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.