puppeteer/website/versioned_docs/version-19.2.2/api/puppeteer.browserfetcheroptions.usemacosarmbinary.md
2022-11-03 11:02:28 +01:00

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;
}
```