Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RuntimeNetworkInfo

import type { RuntimeNetworkInfo } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Runtime networking information.

interface RuntimeNetworkInfo {
connections?: NetworkConnectionList;
scanTime?: Date;
}

§Properties

§

Network connections.

§
scanTime?: Date
[src]

Time of the last network scan.