mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Roll chromium to 508268 (#1019)
This gets us: - Plural metrics names https://crrev.com/507885 - TargetInfoChanged on URL changes https://crrev.com/508049 - Sending proper resource types for requests https://crrev.com/667504 Fixes #734
This commit is contained in:
committed by
Andrey Lushnikov
parent
c893bf3684
commit
0426e3c068
@@ -832,10 +832,10 @@ class Page extends EventEmitter {
|
||||
/** @type {!Set<string>} */
|
||||
const supportedMetrics = new Set([
|
||||
'Timestamp',
|
||||
'DocumentCount',
|
||||
'FrameCount',
|
||||
'JSEventListenerCount',
|
||||
'NodeCount',
|
||||
'Documents',
|
||||
'Frames',
|
||||
'JSEventListeners',
|
||||
'Nodes',
|
||||
'LayoutCount',
|
||||
'RecalcStyleCount',
|
||||
'LayoutDuration',
|
||||
|
||||
Reference in New Issue
Block a user