mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: format docs (#8629)
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
---
|
||||
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).
|
||||
|
||||
---
|
||||
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).
|
||||
|
||||
Reference in New Issue
Block a user