Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias Protocol.Network.ConnectionType
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ConnectionType } = Protocol.Network;

The underlying connection technology that the browser is supposedly using.

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