Skip to main content
Deno.NetPermissionDescriptor - Deno documentation
interface Deno.NetPermissionDescriptor
The permission descriptor for the `allow-net` and `deny-net` permissions, which controls access to opening network ports and connecting to remote hosts via the network. The option `host` allows scoping the permission for outbound connection to a specific host and port.

Properties

name: "net"
optional
host: string
Optional host string of the form `"[:]"`. Examples: "github.com" "deno.land:8080"