performance property
The performance property provides a hosting area for properties related to performance measurement.
This property is read-only.
Syntax
| JavaScript |
|---|
ptr = object.performance |
Property values
Type: any
Object that represents the hosting area.
Standards information
- Navigation Timing, Section 4.4
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 two attributes, which create performance timing objects:
See also
Show: