Skip to content

Commit 106f261

Browse files
authored
Expose DOMException everywhere
Tests: web-platform-tests/wpt#36133. Fixes #1136.
1 parent 9e4ce33 commit 106f261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14550,7 +14550,7 @@ The {{DOMException}} type is an [=interface type=] defined by the following IDL
1455014550
fragment:
1455114551

1455214552
<pre class="idl">
14553-
[Exposed=(Window,Worker),
14553+
[Exposed=*,
1455414554
Serializable]
1455514555
interface DOMException { // but see below note about ECMAScript binding
1455614556
constructor(optional DOMString message = "", optional DOMString name = "Error");

0 commit comments

Comments
 (0)