Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/js/lib.deno.shared_globals.d.ts>DOMException

A modern runtime for JavaScript and TypeScript.
Go to Latest
class DOMException
extends Error
import { DOMException } from "https://deno.land/x/deno@v1.0.0/cli/js/lib.deno.shared_globals.d.ts";

Constructors

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

Properties

readonly
message: string
readonly
name: string