Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 273 Bytes

puppeteer.browserfetcheroptions.usemacosarmbinary.md

File metadata and controls

15 lines (11 loc) · 273 Bytes
sidebar_label
BrowserFetcherOptions.useMacOSARMBinary

BrowserFetcherOptions.useMacOSARMBinary property

Enables the use of the Chromium binary for macOS ARM.

Signature:

interface BrowserFetcherOptions {
  useMacOSARMBinary?: boolean;
}