puppeteer/new-docs/puppeteer.protocol.runtime.exceptionrevokedevent.md
2020-07-13 14:01:35 +01:00

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.