Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/puppeteer/src/deno/BrowserFetcher.ts>Platform

A port of puppeteer running on Deno
Latest
type alias Platform
import { type Platform } from "https://deno.land/x/puppeteer@16.2.0/src/deno/BrowserFetcher.ts";

Supported platforms.

definition:
| "linux"
| "mac"
| "win32"
| "win64"