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 91ca6eb commit 21ffd9bCopy full SHA for 21ffd9b
index.bs
@@ -14129,9 +14129,10 @@ fragment:
14129
14130
<pre class="idl">
14131
[Exposed=(Window,Worker),
14132
- Constructor(optional DOMString message = "", optional DOMString name = "Error"),
14133
Serializable]
14134
interface DOMException { // but see below note about ECMAScript binding
+ constructor(optional DOMString message = "", optional DOMString name = "Error");
14135
+
14136
readonly attribute DOMString name;
14137
readonly attribute DOMString message;
14138
readonly attribute unsigned short code;
0 commit comments