0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00

feat(chromium): roll Chromium to r608752 ()

This roll includes:
- https://crrev.com/608658 - DevTools: emit "init" lifecycle event when document gets opened

References 
This commit is contained in:
Andrey Lushnikov 2018-11-16 09:36:35 -08:00 committed by GitHub
parent 03d8746260
commit d9d9996f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
"node": ">=6.4.0"
},
"puppeteer": {
"chromium_revision": "606647"
"chromium_revision": "608752"
},
"scripts": {
"unit": "node test/test.js",