14 lines
195 B
Markdown
14 lines
195 B
Markdown
|
---
|
||
|
sidebar_label: PuppeteerErrors.TimeoutError
|
||
|
---
|
||
|
|
||
|
# PuppeteerErrors.TimeoutError property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface PuppeteerErrors {
|
||
|
TimeoutError: typeof TimeoutError;
|
||
|
}
|
||
|
```
|