Skip to main content
Module

x/netzo/deno.d.ts>DOMException

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
class DOMException
extends Error
import { DOMException } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";

Constructors

new
DOMException(message?: string, name?: string)

Properties

readonly
code: number
readonly
message: string
readonly
name: string