mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
24 lines
838 B
Markdown
24 lines
838 B
Markdown
|
---
|
||
|
sidebar_label: TargetType
|
||
|
---
|
||
|
|
||
|
# TargetType enum
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
export declare enum TargetType
|
||
|
```
|
||
|
|
||
|
## Enumeration Members
|
||
|
|
||
|
| Member | Value | Description |
|
||
|
| --------------- | ---------------------------------------- | ----------- |
|
||
|
| BACKGROUND_PAGE | <code>"background_page"</code> | |
|
||
|
| BROWSER | <code>"browser"</code> | |
|
||
|
| OTHER | <code>"other"</code> | |
|
||
|
| PAGE | <code>"page"</code> | |
|
||
|
| SERVICE_WORKER | <code>"service_worker"</code> | |
|
||
|
| SHARED_WORKER | <code>"shared_worker"</code> | |
|
||
|
| WEBVIEW | <code>"webview"</code> | |
|