Files
tubestation/testing/web-platform/tests/interfaces/DOM-Parsing.idl
wpt-pr-bot e28b46bada Bug 1893630 [wpt PR 45928] - Sync interfaces/ with @webref/idl 3.47.1, a=testonly
Automatic update from web-platform-tests
Sync interfaces/ with @webref/idl 3.47.1

--

wpt-commits: 40d3681ef52958c19a59d5a2af6ae259bd82ce7a
wpt-pr: 45928
2024-05-06 07:43:13 +00:00

11 lines
314 B
Plaintext

// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: DOM Parsing and Serialization (https://w3c.github.io/DOM-Parsing/)
[Exposed=Window]
interface XMLSerializer {
constructor();
DOMString serializeToString(Node root);
};