Web/API/Performance/timing

From Get docs

DeprecatedThis feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.


This property is deprecated in the Navigation Timing Level 2 specification. Please use the PerformanceNavigationTiming interface instead.


The legacy Performance.timing read-only property returns a PerformanceTiming object containing latency-related performance information.

This property is not available in workers.

Syntax

timingInfo = performance.timing;

Specifications

Specification Status Comment
Navigation Timing Level 2 Working Draft Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

timing

Deprecated'

Chrome

Full support 6

Edge

Full support 12

Firefox

Full support 7

IE

Full support 9

Opera

Full support 15

Safari

Full support 8

WebView Android

Full support Yes

Chrome Android

Full support 18

Firefox Android

Full support 7

Opera Android

Full support 14

Safari iOS

Full support 9

Samsung Internet Android

Full support 1.0

Legend

Full support  
Full support
Deprecated. Not for use in new websites.'
Deprecated. Not for use in new websites.


See also