Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 282 Bytes

puppeteer.configuration.skipdownload.md

File metadata and controls

17 lines (12 loc) · 282 Bytes
sidebar_label
Configuration.skipDownload

Configuration.skipDownload property

Tells Puppeteer to not download during installation.

Can be overridden by PUPPETEER_SKIP_DOWNLOAD.

Signature:

interface Configuration {
  skipDownload?: boolean;
}