2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: BrowserFetcherOptions.host
|
|
|
|
---
|
|
|
|
|
|
|
|
# BrowserFetcherOptions.host property
|
|
|
|
|
2022-10-10 15:51:18 +00:00
|
|
|
Determines the host that will be used for downloading.
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-07-05 13:41:43 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface BrowserFetcherOptions {
|
|
|
|
host?: string;
|
|
|
|
}
|
|
|
|
```
|
2022-10-24 07:07:05 +00:00
|
|
|
|
|
|
|
#### Default value:
|
|
|
|
|
|
|
|
Either
|
|
|
|
|
|
|
|
- https://storage.googleapis.com or - https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central
|