Extremely Popular
Go to Latest
interface puppeteer.Emulation.SetCPUThrottlingRateRequest
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { SetCPUThrottlingRateRequest } = puppeteer.Emulation;

Properties

rate: number

Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc).