dcfec6dbbd
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
273 B
273 B
sidebar_label |
---|
BrowserFetcherOptions.useMacOSARMBinary |
BrowserFetcherOptions.useMacOSARMBinary property
Enables the use of the Chromium binary for macOS ARM.
Signature:
interface BrowserFetcherOptions {
useMacOSARMBinary?: boolean;
}