Skip to content

Commit

Permalink
chore: migrate src/Launcher to TypeScript (#5775)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Apr 30, 2020
1 parent 5518bac commit ec91eca
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 181 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -469,7 +469,7 @@ This methods attaches Puppeteer to an existing browser instance.
- `options` <[Object]>
- `host` <[string]> A download host to be used. Defaults to `https://storage.googleapis.com`. If the `product` is `firefox`, this defaults to `https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central`.
- `path` <[string]> A path for the downloads folder. Defaults to `<root>/.local-chromium`, where `<root>` is puppeteer's package root. If the `product` is `firefox`, this defaults to `<root>/.local-firefox`.
- `platform` <"linux"|"win32"|"mac"|"win64"> [string] for the current platform. Possible values are: `mac`, `win32`, `win64`, `linux`. Defaults to the current platform.
- `platform` <"linux"|"mac"|"win32"|"win64"> [string] for the current platform. Possible values are: `mac`, `win32`, `win64`, `linux`. Defaults to the current platform.
- `product` <"chrome"|"firefox"> [string] for the product to run. Possible values are: `chrome`, `firefox`. Defaults to `chrome`.
- returns: <[BrowserFetcher]>

Expand Down

0 comments on commit ec91eca

Please sign in to comment.