performance
Term side of the Card
Topic: Debugging
Unit title: performance
Categories: Object
Explanation side of the Card
Explanation: The browser API object that provides access to performance-related information, such as timing data for the current document. It includes methods and properties to measure performance metrics, such as `performance.now()` for high-resolution time measurements and `performance.mark()` for custom timing markers.
Browser compatibility:
- The chrome browser supports this feature starting from version 6
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 7
- The safari browser supports this feature starting from version 8
Availability: