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

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.