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

Issued when exception was thrown and unhandled.

Properties

timestamp: Timestamp

Timestamp of the exception.

exceptionDetails: ExceptionDetails