Skip to content

Commit

Permalink
feat(Chromium): roll Chromium to r548690 (#2323)
Browse files Browse the repository at this point in the history
This roll includes:
- https://crrev.com/548598 - DevTools: implement Page.setBypassCSP method
- https://crrev.com/548690 - DevTools: introduce Page.navigatedWithinDocument event

References #1229, #257.
  • Loading branch information
aslushnikov committed Apr 6, 2018
1 parent 846c080 commit dfcee2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"ws": "^3.0.0"
},
"puppeteer": {
"chromium_revision": "548153"
"chromium_revision": "548921"
},
"devDependencies": {
"@types/debug": "0.0.30",
Expand Down

3 comments on commit dfcee2e

@sradu
Copy link

@sradu sradu commented on dfcee2e Apr 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usage will be like below?

await page.setBypassCSP(true);

Thank you! This is awesome.

@aslushnikov
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sradu yes, it's just landed as #2324. Please give it a try via puppeteer@next

@sradu
Copy link

@sradu sradu commented on dfcee2e Apr 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.