0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/website/versioned_docs/version-19.8.0/api/puppeteer.browserfetcheroptions.platform.md
release-please[bot] dcfec6dbbd
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-24 11:22:06 +01:00

20 lines
288 B
Markdown

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