mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
914 B
914 B
Home > puppeteer > Protocol > Runtime > ExceptionThrownEvent
Protocol.Runtime.ExceptionThrownEvent interface
Issued when exception was thrown and unhandled.
Signature:
export interface ExceptionThrownEvent
Properties
Property | Type | Description |
---|---|---|
exceptionDetails | ExceptionDetails | |
timestamp | Timestamp | Timestamp of the exception. |