Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>Network_ConnectionType

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

The underlying connection technology that the browser is supposedly using.

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