web api instance property
Performance: timing property
The legacy
Performance.timing read-only
property returns a PerformanceTiming object containing latency-related
performance information.
This property is not available in workers.
[!WARNING] This property is deprecated in the Navigation Timing Level 2 specification. Please use the
PerformanceNavigationTiminginterface instead.
Value
A PerformanceTiming object.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- The
Performanceinterface it belongs to.