- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DomException
- Annotations
- DomName('DOMException')
- Unstable()
Constants
- ABORT → String
-
'AbortError'
- DATA_CLONE → String
-
'DataCloneError'
- HIERARCHY_REQUEST → String
-
'HierarchyRequestError'
- INDEX_SIZE → String
-
'IndexSizeError'
- INVALID_ACCESS → String
-
'InvalidAccessError'
- INVALID_CHARACTER → String
-
'InvalidCharacterError'
- INVALID_MODIFICATION → String
-
'InvalidModificationError'
- INVALID_NODE_TYPE → String
-
'InvalidNodeTypeError'
- INVALID_STATE → String
-
'InvalidStateError'
- NAMESPACE → String
-
'NamespaceError'
- NETWORK → String
-
'NetworkError'
- NO_MODIFICATION_ALLOWED → String
-
'NoModificationAllowedError'
- NOT_FOUND → String
-
'NotFoundError'
- NOT_SUPPORTED → String
-
'NotSupportedError'
- QUOTA_EXCEEDED → String
-
'QuotaExceededError'
- SECURITY → String
-
'SecurityError'
- SYNTAX → String
-
'SyntaxError'
- TIMEOUT → String
-
'TimeoutError'
- TYPE_MISMATCH → String
-
'TypeMismatchError'
- URL_MISMATCH → String
-
'URLMismatchError'
- WRONG_DOCUMENT → String
-
'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 the result of the JavaScript objects
toString
method.