- Inheritance
- Object
- DartHtmlDomObject
- DomException
- Annotations
- DomName('DOMException')
- Unstable()
Constants
- ABORT → String
-
const
'AbortError' - DATA_CLONE → String
-
const
'DataCloneError' - HIERARCHY_REQUEST → String
-
const
'HierarchyRequestError' - INDEX_SIZE → String
-
const
'IndexSizeError' - INVALID_ACCESS → String
-
const
'InvalidAccessError' - INVALID_CHARACTER → String
-
const
'InvalidCharacterError' - INVALID_MODIFICATION → String
-
const
'InvalidModificationError' - INVALID_NODE_TYPE → String
-
const
'InvalidNodeTypeError' - INVALID_STATE → String
-
const
'InvalidStateError' - NAMESPACE → String
-
const
'NamespaceError' - NETWORK → String
-
const
'NetworkError' - NO_MODIFICATION_ALLOWED → String
-
const
'NoModificationAllowedError' - NOT_FOUND → String
-
const
'NotFoundError' - NOT_SUPPORTED → String
-
const
'NotSupportedError' - QUOTA_EXCEEDED → String
-
const
'QuotaExceededError' - SECURITY → String
-
const
'SecurityError' - SYNTAX → String
-
const
'SyntaxError' - TIMEOUT → String
-
const
'TimeoutError' - TYPE_MISMATCH → String
-
const
'TypeMismatchError' - URL_MISMATCH → String
-
const
'URLMismatchError' - WRONG_DOCUMENT → String
-
const
'WrongDocumentError'
Static Methods
Constructors
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
toString(
) → String -
Returns a string representation of this object.