mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Fix: Performance timing unsupported #40
This commit is contained in:
@@ -170,10 +170,10 @@ export default class Network extends Tool
|
||||
_getPerformanceTimingData()
|
||||
{
|
||||
let performance = this._performance;
|
||||
|
||||
if (!performance) return;
|
||||
|
||||
let timing = performance.timing;
|
||||
if (!timing) return;
|
||||
|
||||
let data = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user