W3cubDocs

/DOM

DOMException.name

The name read-only property of the DOMException interface returns a DOMString that contains one of the strings associated with an error name.

Syntax

var domExceptionName = domExceptionInstance.name;

Value

A DOMString.

Specifications

Specification Status Comment
Web IDL
The definition of 'name' in that specification.
Candidate Recommendation

Browser CompatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support Yes Yes 1 ? ? ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support Yes Yes Yes 4 ? ? ?

© 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