interface dom.PerformanceResourceTiming
implements PerformanceEntry
import { type dom } from "https://deno.land/x/evt@v2.4.18/lib/types/index.ts";
const { PerformanceResourceTiming } = dom;
Enables retrieval and analysis of detailed network timing data regarding the loading of an application's resources. An application can use the timing metrics to determine, for example, the length of time it takes to fetch a specific resource, such as an XMLHttpRequest, , image, or script.