Simplify frame manager, do not fetch resources upfront (#159)

This patch:
- gets rid of Page.getResourceTree() protocol method
- rolls chromium to 490379

Fixes #127
This commit is contained in:
Pavel Feldman
2017-07-28 16:52:38 -07:00
committed by Andrey Lushnikov
parent bd767002bb
commit 7fdf800a39
3 changed files with 35 additions and 56 deletions

View File

@@ -29,7 +29,7 @@
"ws": "^3.0.0"
},
"puppeteer": {
"chromium_revision": "488994"
"chromium_revision": "490379"
},
"devDependencies": {
"commonmark": "^0.27.0",