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

Deno.NetPermissionDescriptor

interface NetPermissionDescriptor {
host?: string;
name: "net";
}

§Properties

§
host?: string
[src]

Optional host string of the form "<hostname>[:<port>]". Examples:

 "github.com"
 "deno.land:8080"
§
name: "net"
[src]