mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
555 B
Markdown
14 lines
555 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ExceptionRevokedEvent](./puppeteer.protocol.runtime.exceptionrevokedevent.md) > [reason](./puppeteer.protocol.runtime.exceptionrevokedevent.reason.md)
|
|
|
|
## Protocol.Runtime.ExceptionRevokedEvent.reason property
|
|
|
|
Reason describing why exception was revoked.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
reason: string;
|
|
```
|