ladybird/Userland/Libraries/LibWeb/DOM/XMLDocument.idl
2023-10-25 19:45:41 +02:00

7 lines
127 B
Plaintext

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