DomException class - dart:html library (original) (raw)
Annotations
- @Unstable()
- @Native("DOMException")
Properties
The hash code for this object.
no setterinherited
no setter
no setter
A representation of the runtime type of the object.
no setterinherited
Methods
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
A string representation of this object.
Operators
operator ==(Object other)→ bool
The equality operator.
inherited
Constants
CONSTRAINT → const String
DATA_CLONE → const String
HIERARCHY_REQUEST → const String
INDEX_SIZE → const String
INVALID_ACCESS → const String
INVALID_CHARACTER → const String
INVALID_MODIFICATION → const String
INVALID_NODE_TYPE → const String
INVALID_STATE → const String
NO_MODIFICATION_ALLOWED → const String
NOT_ALLOWED → const String
NOT_READABLE → const String
NOT_SUPPORTED → const String
QUOTA_EXCEEDED → const String
TRANSACTION_INACTIVE → const String
TYPE_ERROR → const String
TYPE_MISMATCH → const String
URL_MISMATCH → const String
WRONG_DOCUMENT → const String