Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 213 Bytes

puppeteer.chromereleasechannel.md

File metadata and controls

15 lines (12 loc) · 213 Bytes
sidebar_label
ChromeReleaseChannel

ChromeReleaseChannel type

Signature:

export type ChromeReleaseChannel =
  | 'chrome'
  | 'chrome-beta'
  | 'chrome-canary'
  | 'chrome-dev';