Skip to content

Commit

Permalink
Re-sync docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jun 22, 2020
1 parent e9a37a9 commit fb63b32
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions new-docs/puppeteer.timeouterror.md
@@ -1,19 +1,19 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [TimeoutError](./puppeteer.timeouterror.md)

## TimeoutError class

TimeoutError is emitted whenever certain operations are terminated due to timeout.

<b>Signature:</b>

```typescript
export declare class TimeoutError extends CustomError
```
<b>Extends:</b> CustomError
## Remarks
Example operations are [page.waitForSelector](./puppeteer.page.waitforselector.md) or [puppeteer.launch](./puppeteer.puppeteer.launch.md)<!-- -->.
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [TimeoutError](./puppeteer.timeouterror.md)

## TimeoutError class

TimeoutError is emitted whenever certain operations are terminated due to timeout.

<b>Signature:</b>

```typescript
export declare class TimeoutError extends CustomError
```
<b>Extends:</b> CustomError
## Remarks
Example operations are [page.waitForSelector](./puppeteer.page.waitforselector.md) or [puppeteer.launch](./puppeteer.puppeteer.launch.md)<!-- -->.

0 comments on commit fb63b32

Please sign in to comment.