method PerformanceObserver.prototype.disconnect Usage in Denoimport { PerformanceObserver } from "node:perf_hooks"; PerformanceObserver.prototype.disconnect(): void Disconnects the PerformanceObserver instance from all notifications. Return Type void