Skip to main content
PerformanceEntry.prototype.detail - perf_hooks - Node documentation
property PerformanceEntry.prototype.detail

Usage in Deno

import { PerformanceEntry } from "node:perf_hooks";

Additional detail specific to the entryType.

Type

NodeGCPerformanceDetail
| unknown
| undefined