1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Userland/Libraries/LibWeb/DOM/XMLDocument.idl
2023-10-25 19:45:41 +02:00

6 lines
127 B
Text

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