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

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 message body, after removing any applied content-codings.

Type

number