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

Usage in Deno

import { PerformanceResourceTiming } from "node:perf_hooks";

A number representing the size (in octets) received from the fetch (HTTP or cache), of the payload body, before removing any applied content-codings.

Type

number