2020-06-04 14:56:45 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [TimeoutError](./puppeteer.timeouterror.md)
|
|
|
|
|
|
|
|
## TimeoutError class
|
|
|
|
|
2020-06-22 08:34:57 +00:00
|
|
|
TimeoutError is emitted whenever certain operations are terminated due to timeout.
|
|
|
|
|
2020-06-04 14:56:45 +00:00
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare class TimeoutError extends CustomError
|
|
|
|
```
|
2020-06-22 08:16:51 +00:00
|
|
|
<b>Extends:</b> CustomError
|
|
|
|
|
2020-06-22 08:34:57 +00:00
|
|
|
## Remarks
|
|
|
|
|
|
|
|
Example operations are [page.waitForSelector](./puppeteer.page.waitforselector.md) or [puppeteer.launch](./puppeteer.puppeteer.launch.md)<!-- -->.
|
|
|
|
|