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