property PerformanceResourceTiming.prototype.decodedBodySize Usage in Denoimport { 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