The name read-only property of the DOMException interface returns a DOMString that contains one of the strings associated with an error name.
var domExceptionName = domExceptionInstance.name;
A DOMString.
| Specification | Status | Comment |
|---|---|---|
| Web IDL The definition of 'name' in that specification. | Candidate Recommendation |
| 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 |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/DOMException/name