Skip to content

Commit

Permalink
docs(readme): fix pptrfx readme (#3634)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Dec 6, 2018
1 parent be836be commit c81f03c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions experimental/puppeteer-firefox/README.md
Expand Up @@ -47,10 +47,12 @@ node example.js
### API Status

Big lacking parts:

- `page.emulate`
- `page.pdf`
- all network-related APIs: `page.on('request')`, `page.on('response')`, and request interception

Supported API:

- class: Puppeteer
* puppeteer.executablePath()
Expand Down
2 changes: 1 addition & 1 deletion experimental/puppeteer-firefox/package.json
@@ -1,6 +1,6 @@
{
"name": "puppeteer-firefox",
"version": "0.4.1",
"version": "0.4.2",
"description": "Puppeteer API for Firefox",
"main": "index.js",
"repository": "github:GoogleChrome/puppeteer",
Expand Down

0 comments on commit c81f03c

Please sign in to comment.