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.
x/pptr/vendor/devtools-protocol/protocol.d.ts>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.