Skip to main content
Module

x/astral/bindings/celestial.ts>Network_ConnectionType

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Network_ConnectionType
import { type Network_ConnectionType } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

The underlying connection technology that the browser is supposedly using.

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