PythonMonkey   v0.7.2 (dev)
Loading...
Searching...
No Matches
dom-exception.d.ts File Reference

Variables

export interface DOMException extends Error
 
readonly message
 
readonly name
 
readonly INDEX_SIZE_ERR
 
readonly DOMSTRING_SIZE_ERR
 
readonly HIERARCHY_REQUEST_ERR
 
readonly WRONG_DOCUMENT_ERR
 
readonly INVALID_CHARACTER_ERR
 
readonly NO_DATA_ALLOWED_ERR
 
readonly NO_MODIFICATION_ALLOWED_ERR
 
readonly NOT_FOUND_ERR
 
readonly NOT_SUPPORTED_ERR
 
readonly INUSE_ATTRIBUTE_ERR
 
readonly INVALID_STATE_ERR
 
readonly SYNTAX_ERR
 
readonly INVALID_MODIFICATION_ERR
 
readonly NAMESPACE_ERR
 
readonly INVALID_ACCESS_ERR
 
readonly VALIDATION_ERR
 
readonly TYPE_MISMATCH_ERR
 
readonly SECURITY_ERR
 
readonly NETWORK_ERR
 
readonly ABORT_ERR
 
readonly URL_MISMATCH_ERR
 
readonly QUOTA_EXCEEDED_ERR
 
readonly TIMEOUT_ERR
 
readonly INVALID_NODE_TYPE_ERR
 
readonly DATA_CLONE_ERR
 
var declare DOMException
 

Detailed Description

Type definitions for DOMException

Copied from https://www.npmjs.com/package/@types/web Apache License 2.0

Variable Documentation

◆ ABORT_ERR

readonly ABORT_ERR

◆ DATA_CLONE_ERR

readonly DATA_CLONE_ERR

◆ DOMException

var declare DOMException

◆ DOMSTRING_SIZE_ERR

readonly DOMSTRING_SIZE_ERR

◆ Error

export interface DOMException extends Error
Initial value:
{
readonly code: number

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

MDN Reference

◆ HIERARCHY_REQUEST_ERR

readonly HIERARCHY_REQUEST_ERR

◆ INDEX_SIZE_ERR

new (message?: string, name?: string) readonly INDEX_SIZE_ERR

◆ INUSE_ATTRIBUTE_ERR

readonly INUSE_ATTRIBUTE_ERR

◆ INVALID_ACCESS_ERR

readonly INVALID_ACCESS_ERR

◆ INVALID_CHARACTER_ERR

readonly INVALID_CHARACTER_ERR

◆ INVALID_MODIFICATION_ERR

readonly INVALID_MODIFICATION_ERR

◆ INVALID_NODE_TYPE_ERR

readonly INVALID_NODE_TYPE_ERR

◆ INVALID_STATE_ERR

readonly INVALID_STATE_ERR

◆ message

readonly message

◆ name

readonly name

◆ NAMESPACE_ERR

readonly NAMESPACE_ERR

◆ NETWORK_ERR

readonly NETWORK_ERR

◆ NO_DATA_ALLOWED_ERR

readonly NO_DATA_ALLOWED_ERR

◆ NO_MODIFICATION_ALLOWED_ERR

readonly NO_MODIFICATION_ALLOWED_ERR

◆ NOT_FOUND_ERR

readonly NOT_FOUND_ERR

◆ NOT_SUPPORTED_ERR

readonly NOT_SUPPORTED_ERR

◆ QUOTA_EXCEEDED_ERR

readonly QUOTA_EXCEEDED_ERR

◆ SECURITY_ERR

readonly SECURITY_ERR

◆ SYNTAX_ERR

readonly SYNTAX_ERR

◆ TIMEOUT_ERR

readonly TIMEOUT_ERR

◆ TYPE_MISMATCH_ERR

readonly TYPE_MISMATCH_ERR

◆ URL_MISMATCH_ERR

readonly URL_MISMATCH_ERR

◆ VALIDATION_ERR

readonly VALIDATION_ERR

◆ WRONG_DOCUMENT_ERR

readonly WRONG_DOCUMENT_ERR