Skip to main content
Go to Latest
type alias default.Network.ConnectionType
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ConnectionType } = default.Network;

The underlying connection technology that the browser is supposedly using.

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