mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Fix: Performance not available
This commit is contained in:
@@ -153,8 +153,11 @@ export default class Network extends Tool
|
||||
}
|
||||
_getPerformanceTimingData()
|
||||
{
|
||||
var performance = window.webkitPerformance || window.performance,
|
||||
timing = performance.timing;
|
||||
var performance = window.webkitPerformance || window.performance;
|
||||
|
||||
if (!performance) return;
|
||||
|
||||
var timing = performance.timing;
|
||||
|
||||
var data = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user