puppeteer/website/versioned_docs/version-19.6.0/api/puppeteer.configuration.skipdownload.md

18 lines
282 B
Markdown
Raw Normal View History

2022-10-21 13:52:43 +00:00
---
sidebar_label: Configuration.skipDownload
---
# Configuration.skipDownload property
2022-10-24 14:31:12 +00:00
Tells Puppeteer to not download during installation.
Can be overridden by `PUPPETEER_SKIP_DOWNLOAD`.
#### Signature:
2022-10-21 13:52:43 +00:00
```typescript
interface Configuration {
skipDownload?: boolean;
}
```