Path: blob/main/website/awaited-dom/DOMException.md
1029 views
AwaitedDOM / DOMException
The
DOMException
interface represents an abnormal event (called an exception) which occurs as a result of calling a method or accessing a property of a web API. This is basically how error conditions are described in web APIs.Each exception has a name, which is a short "CamelCase" style string identifying the error or abnormal condition.
Unimplemented Specs
Properties
code | message |
name |