Skip to main content
PerformanceResourceTiming.prototype.workerStart - perf_hooks - Node documentation
property PerformanceResourceTiming.prototype.workerStart

Usage in Deno

import { PerformanceResourceTiming } from "node:perf_hooks";

The high resolution millisecond timestamp at immediately before dispatching the fetch request. If the resource is not intercepted by a worker the property will always return 0.

Type

number