fix(ui): keep deprecated timings for compat
This commit is contained in:
parent
f5cfa7b042
commit
7772d0b569
1 changed files with 1 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ export default class MessageManager {
|
|||
Log(msg)
|
||||
)
|
||||
break;
|
||||
case MType.ResourceTimingDeprecated:
|
||||
case MType.ResourceTiming:
|
||||
// TODO: merge `resource` and `fetch` lists into one here instead of UI
|
||||
if (msg.initiator !== ResourceType.FETCH && msg.initiator !== ResourceType.XHR) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue