7294dfe9c6
This PR deprecates the `createBrowserFetcher` API and requests users to import the `BrowserFetcher` directly. Fixed: #8999
223 B
223 B
sidebar_label |
---|
BrowserFetcherOptions.path |
BrowserFetcherOptions.path property
Determines the path to download browsers to.
Signature:
interface BrowserFetcherOptions {
path?: string;
}