docs(readme): fix pptrfx readme (#3634)

This commit is contained in:
Andrey Lushnikov
2018-12-06 12:39:03 -08:00
committed by GitHub
parent be836bef63
commit c81f03c250
2 changed files with 3 additions and 1 deletions

View File

@@ -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()

View File

@@ -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",