UNPKG

puppeteer-extra-plugin-timezone

Version:

A puppeteer-extra plugin to automatically emulate the appropriate timezones using IP reflection services.

9 lines (8 loc) 267 B
import { BrowserId } from "./types"; /** * Throws on new page if no timezone could be found, and no fallbacks are provided. */ export declare class TimezoneNotResolvedError extends Error { readonly browserId: BrowserId; constructor(browserId: BrowserId); }