mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
700 B
Markdown
22 lines
700 B
Markdown
|
---
|
||
|
sidebar_label: BrowserContextEvents
|
||
|
---
|
||
|
|
||
|
# BrowserContextEvents interface
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
export interface BrowserContextEvents extends Record<EventType, unknown>
|
||
|
```
|
||
|
|
||
|
**Extends:** Record<EventType, unknown>
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Modifiers | Type | Description | Default |
|
||
|
| --------------- | --------- | ------------------------------- | ----------- | ------- |
|
||
|
| targetchanged | | [Target](./puppeteer.target.md) | | |
|
||
|
| targetcreated | | [Target](./puppeteer.target.md) | | |
|
||
|
| targetdestroyed | | [Target](./puppeteer.target.md) | | |
|