# PerformanceObserver

Start from base library version 2.11.0. Please remaining backward compatible.

PerformanceObserver Object, For listening for performance-related events

# attribute

# Array supportedEntryTypes

Gets all currently supported performance metrics types

# method

# PerformanceObserver.observe(Object options)

Start listening.

# PerformanceObserver.disconnect()

Stop listening.