Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Network.ConnectTiming

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Network.ConnectTiming
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.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).