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 f23ef42 commit 861bf48Copy full SHA for 861bf48
index.bs
@@ -13390,11 +13390,9 @@ The {{DOMException}} type is an [=interface type=] defined by the following IDL
13390
fragment:
13391
13392
<pre class="idl">
13393
-[
13394
- Exposed=(Window,Worker),
+[Exposed=(Window,Worker),
13395
Constructor(optional DOMString message = "", optional DOMString name = "Error"),
13396
- Serializable
13397
-]
+ Serializable]
13398
interface DOMException { // but see below note about ECMAScript binding
13399
readonly attribute DOMString name;
13400
readonly attribute DOMString message;
0 commit comments