Skip to main content
Module

x/evt/lib/types/index.ts>dom.DOMException

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.DOMException
import { type dom } from "https://deno.land/x/evt@v2.4.13/lib/types/index.ts";
const { DOMException } = dom;

An abnormal event (called an exception) which occurs as a result of calling a method or accessing a property of a web API.

Properties

readonly
code: number
readonly
message: string
readonly
name: string
readonly
ABORT_ERR: number
readonly
DATA_CLONE_ERR: number
readonly
DOMSTRING_SIZE_ERR: number
readonly
HIERARCHY_REQUEST_ERR: number
readonly
INDEX_SIZE_ERR: number
readonly
INUSE_ATTRIBUTE_ERR: number
readonly
INVALID_ACCESS_ERR: number
readonly
INVALID_CHARACTER_ERR: number
readonly
INVALID_MODIFICATION_ERR: number
readonly
INVALID_NODE_TYPE_ERR: number
readonly
INVALID_STATE_ERR: number
readonly
NAMESPACE_ERR: number
readonly
NETWORK_ERR: number
readonly
NOT_FOUND_ERR: number
readonly
NOT_SUPPORTED_ERR: number
readonly
NO_DATA_ALLOWED_ERR: number
readonly
NO_MODIFICATION_ALLOWED_ERR: number
readonly
QUOTA_EXCEEDED_ERR: number
readonly
SECURITY_ERR: number
readonly
SYNTAX_ERR: number
readonly
TIMEOUT_ERR: number
readonly
TYPE_MISMATCH_ERR: number
readonly
URL_MISMATCH_ERR: number
readonly
VALIDATION_ERR: number
readonly
WRONG_DOCUMENT_ERR: number