method PerformanceObserver.prototype.disconnect Usage in Deno```typescript import { PerformanceObserver } from "node:node__perf_hooks.d.ts"; ``` PerformanceObserver.prototype.disconnect(): void Disconnects the `PerformanceObserver` instance from all notifications. Return Type void