Firefox Tomorrow

web api instance property

Performance: timing property

View on MDN ↗

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 PerformanceNavigationTiming interface 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