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

Usage in Deno

import { PerformanceResourceTiming } from "node:perf_hooks";

A number representing the size (in octets) of the fetched resource. The size includes the response header fields plus the response payload body.

Type

number