14 lines
191 B
Markdown
14 lines
191 B
Markdown
|
---
|
||
|
sidebar_label: BrowserFetcherOptions.platform
|
||
|
---
|
||
|
|
||
|
# BrowserFetcherOptions.platform property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface BrowserFetcherOptions {
|
||
|
platform?: Platform;
|
||
|
}
|
||
|
```
|