interface Protocol.Network.ConnectTimingimport { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts"; const { ConnectTiming } = Protocol.Network; PropertiesrequestTime: numberTiming's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime. Matches ResourceTiming's requestTime for the same request (but not for redirected requests).