import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ConnectionType } = default.Network;
The underlying connection technology that the browser is supposedly using.
x/pptr/vendor/devtools-protocol/protocol.d.ts>default.Network.ConnectionType
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ConnectionType } = default.Network;
The underlying connection technology that the browser is supposedly using.