Skip to main content
Go to Latest
interface default.Debugger.SetPauseOnExceptionsRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SetPauseOnExceptionsRequest } = default.Debugger;

Properties

state: ("none" | "uncaught" | "all")

Pause on exceptions mode. (SetPauseOnExceptionsRequestState enum)