Skip to content

Commit 21ffd9b

Browse files
Ms2gerbzbarsky
authored andcommitted
Use new syntax for DOMException. (#780)
1 parent 91ca6eb commit 21ffd9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14129,9 +14129,10 @@ fragment:
1412914129

1413014130
<pre class="idl">
1413114131
[Exposed=(Window,Worker),
14132-
Constructor(optional DOMString message = "", optional DOMString name = "Error"),
1413314132
Serializable]
1413414133
interface DOMException { // but see below note about ECMAScript binding
14134+
constructor(optional DOMString message = "", optional DOMString name = "Error");
14135+
1413514136
readonly attribute DOMString name;
1413614137
readonly attribute DOMString message;
1413714138
readonly attribute unsigned short code;

0 commit comments

Comments
 (0)