Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Network.ConnectTiming

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Network.ConnectTiming
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { ConnectTiming } = Protocol.Network;

Properties

requestTime: number

Timing'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).