Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FetcherOptions

Index

Properties

Properties

Optional host

host: string

A download host to be used. Defaults to https://storage.googleapis.com.

Optional path

path: string

A path for the downloads folder. Defaults to <root>/.local-chromium, where <root> is puppeteer's package root.

Optional platform

platform: (string & { _?: undefined }) | "mac" | "win32" | "win64" | "linux"

Possible values are: mac, win32, win64, linux. Defaults to the current platform.

Optional product

product: (string & { _?: undefined }) | "chrome" | "firefox"
default

'chrome'

Generated using TypeDoc