puppeteer/docs/api/puppeteer.browserfetcheroptions.host.md

16 lines
233 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: BrowserFetcherOptions.host
---
# BrowserFetcherOptions.host property
Determines the host that will be used for downloading.
2022-07-05 13:41:43 +00:00
**Signature:**
```typescript
interface BrowserFetcherOptions {
host?: string;
}
```