Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 288 Bytes

puppeteer.browserfetcheroptions.platform.md

File metadata and controls

19 lines (13 loc) · 288 Bytes
sidebar_label
BrowserFetcherOptions.platform

BrowserFetcherOptions.platform property

Determines which platform the browser will be suited for.

Signature:

interface BrowserFetcherOptions {
  platform?: Platform;
}

Default value:

Auto-detected.