2022-10-21 13:09:21 +00:00
|
|
|
---
|
|
|
|
sidebar_label: BrowserFetcherOptions.useMacOSARMBinary
|
|
|
|
---
|
|
|
|
|
|
|
|
# BrowserFetcherOptions.useMacOSARMBinary property
|
|
|
|
|
|
|
|
Enables the use of the Chromium binary for macOS ARM.
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-10-21 13:09:21 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface BrowserFetcherOptions {
|
|
|
|
useMacOSARMBinary?: boolean;
|
|
|
|
}
|
|
|
|
```
|