Skip to main content
Module

x/netzo/deno.d.ts>Deno.NetPermissionDescriptor

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
interface Deno.NetPermissionDescriptor
import { type Deno } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";
const { NetPermissionDescriptor } = Deno;

Properties

name: "net"
optional
host: string

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

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