7294dfe9c6
This PR deprecates the `createBrowserFetcher` API and requests users to import the `BrowserFetcher` directly. Fixed: #8999
16 lines
233 B
Markdown
16 lines
233 B
Markdown
---
|
|
sidebar_label: BrowserFetcherOptions.host
|
|
---
|
|
|
|
# BrowserFetcherOptions.host property
|
|
|
|
Determines the host that will be used for downloading.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface BrowserFetcherOptions {
|
|
host?: string;
|
|
}
|
|
```
|