import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ResourceTiming } = Protocol.Network;
Timing information for the request.
Properties
Timing's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime.