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.
Syntax
var domExceptionCode = domExceptionInstance.code;
Value
A short number.
Specifications
Specification | Status | Comment |
---|---|---|
Web IDL The definition of 'code' in that specification. |
Candidate Recommendation |
Browser Compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 46.0 | ? | No support | ? | ? |
Feature | Android | Android Webview | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|
Basic support | No support | 46.0 | ? | ? | ? | ? | 46.0 |
Document Tags and Contributors
Tags:
Contributors to this page:
chrisdavidmills
Last updated by:
chrisdavidmills,