20 lines
288 B
Markdown
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.
|