This interface is a wrapper around the NodeJS PerformanceObserver class.
Since the Node Performance Timing API is an experimental feature, this interface was created to wrap the PerformanceObserver into a stable public API.
Disconnects the PerformanceObserver instance from all notifications
PerformanceObserver
Subscribes the PerformanceObserver instance to notifications of new PerformanceEntry instances identified by options.entryTypes
Options object providing the entry types
Generated using TypeDoc
This interface is a wrapper around the NodeJS PerformanceObserver class.
Since the Node Performance Timing API is an experimental feature, this interface was created to wrap the PerformanceObserver into a stable public API.