7294dfe9c6
This PR deprecates the `createBrowserFetcher` API and requests users to import the `BrowserFetcher` directly. Fixed: #8999
555 B
555 B
sidebar_label |
---|
BrowserFetcher.(constructor) |
BrowserFetcher.(constructor)
Constructs a browser fetcher for the given options.
Signature:
class BrowserFetcher {
constructor(options?: BrowserFetcherOptions);
}
Parameters
Parameter | Type | Description |
---|---|---|
options | BrowserFetcherOptions | (Optional) |