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