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 e82484c commit 65ca44bCopy full SHA for 65ca44b
index.html
@@ -206,8 +206,9 @@ <h2>Extensibility</h2>
206
<section><h2>The <code>DOMParser</code> interface</h2>
207
208
<pre class=idl>
209
- [Constructor, Exposed=Window]
+ [Exposed=Window]
210
interface DOMParser {
211
+ constructor();
212
[NewObject] Document parseFromString(DOMString str, SupportedType type);
213
};
214
@@ -292,8 +293,9 @@ <h2>Extensibility</h2>
292
293
<section><h2>The <code>XMLSerializer</code> interface</h2>
294
295
<pre class="idl">
296
297
interface XMLSerializer {
298
299
DOMString serializeToString(Node root);
300
301
</pre>
0 commit comments