We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad813a commit 182b487Copy full SHA for 182b487
index.bs
@@ -14146,10 +14146,9 @@ fragment:
14146
14147
<pre class="idl">
14148
[Exposed=(Window,Worker),
14149
+ Constructor(optional DOMString message = "", optional DOMString name = "Error"),
14150
Serializable]
14151
interface DOMException { // but see below note about ECMAScript binding
- constructor(optional DOMString message = "", optional DOMString name = "Error");
14152
-
14153
readonly attribute DOMString name;
14154
readonly attribute DOMString message;
14155
readonly attribute unsigned short code;
0 commit comments