This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

performance

Property of apis/timing/objects/PerformanceEntryapis/timing/objects/PerformanceEntry

Syntax

var result = element.performance;
element.performance = value;

Notes

Remarks

The performance property returns a hosting area for performance timing objects. To create the hosting object, use the window.performance command. The hosting object has three attributes, which create performance timing objects:

Syntax

Standards information

See also

Related pages

Attributions