mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
917 B
917 B
Home > puppeteer > Protocol > Runtime > ExceptionRevokedEvent
Protocol.Runtime.ExceptionRevokedEvent interface
Issued when unhandled exception was revoked.
Signature:
export interface ExceptionRevokedEvent
Properties
Property | Type | Description |
---|---|---|
exceptionId | integer | The id of revoked exception, as reported in exceptionThrown . |
reason | string | Reason describing why exception was revoked. |