Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Emulation.SetTimezoneOverrideRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Emulation.SetTimezoneOverrideRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { SetTimezoneOverrideRequest } = Protocol.Emulation;

Properties

timezoneId: string

The timezone identifier. If empty, disables the override and restores default host system timezone.