puppeteer/docs/api/puppeteer.timeouterror.md

20 lines
383 B
Markdown
Raw Normal View History

2022-07-01 11:52:39 +00:00
---
sidebar_label: TimeoutError
---
# TimeoutError class
TimeoutError is emitted whenever certain operations are terminated due to timeout.
**Signature:**
```typescript
export declare class TimeoutError extends CustomError
```
**Extends:** [CustomError](./puppeteer.customerror.md)
## Remarks
Example operations are or [puppeteer.launch](./puppeteer.puppeteernode.launch.md).