mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
942 B
942 B
Home > puppeteer > Protocol > Target > TargetCrashedEvent
Protocol.Target.TargetCrashedEvent interface
Issued when a target has crashed.
Signature:
export interface TargetCrashedEvent
Properties
| Property | Type | Description |
|---|---|---|
| errorCode | integer | Termination error code. |
| status | string | Termination status type. |
| targetId | TargetID |