DOMException.code
The code
read-only property of the
DOMException
interface returns a short
that contains one of
the error code constants, or
0
if none match. This field is used for historical reasons. New DOM
exceptions don't use this anymore: they put this info in the
DOMException.name
attribute.
Value
A short number.
Specifications
Specification |
---|
Web IDL Standard # dom-domexception-code |
Browser compatibility
BCD tables only load in the browser