20 lines
386 B
Markdown
20 lines
386 B
Markdown
|
---
|
||
|
sidebar_label: AbortError
|
||
|
---
|
||
|
|
||
|
# AbortError class
|
||
|
|
||
|
AbortError is emitted whenever certain operations are terminated due to an abort request.
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
export declare class AbortError extends CustomError
|
||
|
```
|
||
|
|
||
|
**Extends:** [CustomError](./puppeteer.customerror.md)
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
Example operations are [page.waitForSelector](./puppeteer.page.waitforselector.md).
|