Type of a performance entry (performanceEntry.entryType).
performanceEntry.entryType
See also:
https://nodejs.org/api/perf_hooks.html#performanceentryentrytype
@:value(cast "dns")@:impl@:enumstaticinlineread onlyDns:PerformanceEntryType = "dns"
Node.js only
@:value(cast "function")@:impl@:enumstaticinlineread onlyFunction:PerformanceEntryType = "function"
@:value(cast "gc")@:impl@:enumstaticinlineread onlyGc:PerformanceEntryType = "gc"
@:value(cast "http")@:impl@:enumstaticinlineread onlyHttp:PerformanceEntryType = "http"
@:value(cast "http2")@:impl@:enumstaticinlineread onlyHttp2:PerformanceEntryType = "http2"
@:value(cast "mark")@:impl@:enumstaticinlineread onlyMark:PerformanceEntryType = "mark"
Available on the Web
@:value(cast "measure")@:impl@:enumstaticinlineread onlyMeasure:PerformanceEntryType = "measure"
@:value(cast "net")@:impl@:enumstaticinlineread onlyNet:PerformanceEntryType = "net"
@:value(cast "node")@:impl@:enumstaticinlineread onlyNode:PerformanceEntryType = "node"
@:value(cast "resource")@:impl@:enumstaticinlineread onlyResource:PerformanceEntryType = "resource"