Skip to content

Commit

Permalink
chore: generate versioned docs
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and jrandolf committed Sep 19, 2023
1 parent 6d649d5 commit cc1ac3d
Show file tree
Hide file tree
Showing 574 changed files with 73 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ sidebar_label: API
| [WaitForTargetOptions](./puppeteer.waitfortargetoptions.md) | |
| [WaitTimeoutOptions](./puppeteer.waittimeoutoptions.md) | |

## Namespaces

| Namespace | Description |
| ------------------------------------------------- | --------------------------------------- |
| [CDPSessionEvent](./puppeteer.cdpsessionevent.md) | Events that the CDPSession class emits. |

## Variables

| Variable | Description |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
sidebar_label: CDPSessionEvent
---

# CDPSessionEvent namespace

Events that the CDPSession class emits.

#### Signature:

```typescript
export declare namespace CDPSessionEvent
```
## Variables
| Variable | Description |
| ----------------------------------------------------------------- | ----------- |
| [SessionAttached](./puppeteer.cdpsessionevent.sessionattached.md) | |
| [SessionDetached](./puppeteer.cdpsessionevent.sessiondetached.md) | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_label: CDPSessionEvent.SessionAttached
---

# CDPSessionEvent.SessionAttached variable

#### Signature:

```typescript
SessionAttached: 'sessionattached';
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_label: CDPSessionEvent.SessionDetached
---

# CDPSessionEvent.SessionDetached variable

#### Signature:

```typescript
SessionDetached: 'sessiondetached';
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
sidebar_label: CDPSessionEvents
---

# CDPSessionEvents interface

#### Signature:

```typescript
export interface CDPSessionEvents extends CDPEvents, Record<EventType, unknown>
```
**Extends:** [CDPEvents](./puppeteer.cdpevents.md), Record&lt;EventType, unknown&gt;
## Properties
| Property | Modifiers | Type | Description | Default |
| --------------- | --------- | --------------------------------------- | ----------- | ------- |
| sessionattached | | [CDPSession](./puppeteer.cdpsession.md) | | |
| sessiondetached | | [CDPSession](./puppeteer.cdpsession.md) | | |

0 comments on commit cc1ac3d

Please sign in to comment.