Skip to main content
PerformanceObserver.prototype.disconnect - perf_hooks - Node documentation
method PerformanceObserver.prototype.disconnect

Usage in Deno

import { PerformanceObserver } from "node:perf_hooks";
PerformanceObserver.prototype.disconnect(): void

Disconnects the PerformanceObserver instance from all notifications.

Return Type

void