puppeteer/docs/api/puppeteer.configuration.skipdownload.md

18 lines
282 B
Markdown
Raw Normal View History

---
sidebar_label: Configuration.skipDownload
---
# Configuration.skipDownload property
Tells Puppeteer to not download during installation.
Can be overridden by `PUPPETEER_SKIP_DOWNLOAD`.
#### Signature:
```typescript
interface Configuration {
skipDownload?: boolean;
}
```