Skip to content

Commit 182b487

Browse files
bzbarskyMs2ger
authored andcommitted
Revert "Use new syntax for DOMException. (#780)"
This reverts commit 21ffd9b.
1 parent fad813a commit 182b487

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14146,10 +14146,9 @@ fragment:
1414614146

1414714147
<pre class="idl">
1414814148
[Exposed=(Window,Worker),
14149+
Constructor(optional DOMString message = "", optional DOMString name = "Error"),
1414914150
Serializable]
1415014151
interface DOMException { // but see below note about ECMAScript binding
14151-
constructor(optional DOMString message = "", optional DOMString name = "Error");
14152-
1415314152
readonly attribute DOMString name;
1415414153
readonly attribute DOMString message;
1415514154
readonly attribute unsigned short code;

0 commit comments

Comments
 (0)