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