diff --git a/files/en-us/web/api/domexception/domexception/index.html b/files/en-us/web/api/domexception/domexception/index.html index 915115ee744a6cc..c9ef4f1b6c58424 100644 --- a/files/en-us/web/api/domexception/domexception/index.html +++ b/files/en-us/web/api/domexception/domexception/index.html @@ -11,7 +11,7 @@
{{ APIRef("DOM") }}
The DOMException()
constructor returns a
- DOMException
object with a specified message and name.
{{domxref("DOMException")}}
object with a specified message and name.
<button>Trigger DOM Exception</button> + +<p id="output"></p>
{{ EmbedLiveSample('Examples', '100%', 60) }}
+{{ EmbedLiveSample('Examples', '100%', 100) }}