puppeteer/docs/api/puppeteer.browserfetcheroptions.platform.md
jrandolf 7294dfe9c6
feat!: deprecate createBrowserFetcher in favor of BrowserFetcher (#9079)
This PR deprecates the `createBrowserFetcher` API and requests users to
import the `BrowserFetcher` directly.

Fixed: #8999
2022-10-10 17:51:18 +02:00

16 lines
250 B
Markdown

---
sidebar_label: BrowserFetcherOptions.platform
---
# BrowserFetcherOptions.platform property
Determines which platform the browser will be suited for.
**Signature:**
```typescript
interface BrowserFetcherOptions {
platform?: Platform;
}
```