ladybird/Libraries/LibWeb/DOM/XMLDocument.idl

5 lines
126 B
Text

#import <DOM/Document.idl>
// https://dom.spec.whatwg.org/#xmldocument
[Exposed=Window]
interface XMLDocument : Document {};