7294dfe9c6
This PR deprecates the `createBrowserFetcher` API and requests users to import the `BrowserFetcher` directly. Fixed: #8999
250 B
250 B
sidebar_label |
---|
BrowserFetcherOptions.platform |
BrowserFetcherOptions.platform property
Determines which platform the browser will be suited for.
Signature:
interface BrowserFetcherOptions {
platform?: Platform;
}