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

The underlying connection technology that the browser is supposedly using.

definition: (
| "none"
| "cellular2g"
| "cellular3g"
| "cellular4g"
| "bluetooth"
| "ethernet"
| "wifi"
| "wimax"
| "other"
)