mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
committed by
Andrey Lushnikov
parent
bd767002bb
commit
7fdf800a39
@@ -29,7 +29,7 @@
|
||||
"ws": "^3.0.0"
|
||||
},
|
||||
"puppeteer": {
|
||||
"chromium_revision": "488994"
|
||||
"chromium_revision": "490379"
|
||||
},
|
||||
"devDependencies": {
|
||||
"commonmark": "^0.27.0",
|
||||
|
||||
Reference in New Issue
Block a user