puppeteer/website/versioned_docs/version-18.0.5/api/puppeteer.chromereleasechannel.md

16 lines
220 B
Markdown
Raw Normal View History

---
sidebar_label: ChromeReleaseChannel
---
# ChromeReleaseChannel type
**Signature:**
```typescript
export declare type ChromeReleaseChannel =
| 'chrome'
| 'chrome-beta'
| 'chrome-canary'
| 'chrome-dev';
```