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. |