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

Members

Ambiguous = "ambiguous"
Assert = "assert"
CSPViolation = "CSPViolation"
DebugCommand = "debugCommand"
DOM = "DOM"
EventListener = "EventListener"
Exception = "exception"
Instrumentation = "instrumentation"
OOM = "OOM"
Other = "other"
PromiseRejection = "promiseRejection"
XHR = "XHR"