Skip to main content
interface Deno.NetPermissionDescriptor

Properties

name: "net"
optional
host: string

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

 "github.com"
 "deno.land:8080"