16 lines
273 B
Markdown
16 lines
273 B
Markdown
---
|
|
sidebar_label: BrowserFetcherOptions.useMacOSARMBinary
|
|
---
|
|
|
|
# BrowserFetcherOptions.useMacOSARMBinary property
|
|
|
|
Enables the use of the Chromium binary for macOS ARM.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
interface BrowserFetcherOptions {
|
|
useMacOSARMBinary?: boolean;
|
|
}
|
|
```
|