Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: mention pptr core #3061

Merged
merged 3 commits into from Aug 10, 2018
Merged

Conversation

aslushnikov
Copy link
Contributor

No description provided.

README.md Outdated

### puppeteer-core

Since version 1.7.0 we publish a [`puppeteer-core`](https://www.npmjs.com/package/puppeteer-core) package: puppeteer that doesn't download Chromium by default.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since version 1.7.0 we publish the [`puppeteer-core`](https://www.npmjs.com/package/puppeteer-core) package, a version of Puppeteer that doesn't download Chromium by default.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

README.md Outdated
npm i puppeteer-core
```

The intended usecase for `puppeteer-core` is to launch existing browser instance or connect to a remote one.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

puppeteer-core is intended to be a lightweight version of puppeteer for launching an existing browser installation or for connecting to a remote one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

docs/api.md Outdated
@@ -311,6 +311,8 @@ If puppeteer doesn't find them in the environment, a lowercased variant of these
- `PUPPETEER_DOWNLOAD_HOST` - overwrite host part of URL that is used to download Chromium
- `PUPPETEER_CHROMIUM_REVISION` - specify a certain version of chrome you'd like puppeteer to use during the installation step.

> **NOTE** PUPPETEER_* env variables are not accounted for in [`puppeteer-core`](https://www.npmjs.com/package/puppeteer-core) package.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@aslushnikov aslushnikov merged commit 3ae85e4 into puppeteer:master Aug 10, 2018
@aslushnikov aslushnikov deleted the mention-pptr-core branch August 24, 2018 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants