import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ConnectionType } = Protocol.Network;
The underlying connection technology that the browser is supposedly using.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ConnectionType } = Protocol.Network;
The underlying connection technology that the browser is supposedly using.