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

Usage in Deno

import { PerformanceResourceTiming } from "node:perf_hooks";

The high resolution millisecond timestamp representing the time immediately after Node.js receives the last byte of the resource or immediately before the transport connection is closed, whichever comes first.

Type

number