puppeteer/website/versioned_docs/version-19.7.3/api/puppeteer.browserfetcheroptions.usemacosarmbinary.md

16 lines
273 B
Markdown
Raw Normal View History

2022-10-21 13:52:43 +00:00
---
sidebar_label: BrowserFetcherOptions.useMacOSARMBinary
---
# BrowserFetcherOptions.useMacOSARMBinary property
Enables the use of the Chromium binary for macOS ARM.
2022-10-24 14:31:12 +00:00
#### Signature:
2022-10-21 13:52:43 +00:00
```typescript
interface BrowserFetcherOptions {
useMacOSARMBinary?: boolean;
}
```