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

Issued when unhandled exception was revoked.

Properties

reason: string

Reason describing why exception was revoked.

exceptionId: integer

The id of revoked exception, as reported in exceptionThrown.