Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 250 Bytes

puppeteer.browserfetcheroptions.platform.md

File metadata and controls

15 lines (11 loc) · 250 Bytes
sidebar_label
BrowserFetcherOptions.platform

BrowserFetcherOptions.platform property

Determines which platform the browser will be suited for.

Signature:

interface BrowserFetcherOptions {
  platform?: Platform;
}