puppeteer/docs/api/puppeteer.chromereleasechannel.md

12 lines
221 B
Markdown
Raw Normal View History

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